aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2021-11-10 11:02:34 +0000
committerKristof Provost <kp@FreeBSD.org>2021-12-11 09:39:17 +0000
commita385d31d4631b3bf9588c4b3ae0e92fcd28bd4de (patch)
treefb8f0c4cea92e724bf235f0f3847d6e90f8459b6
parentd41caea44ba9f676b72d9a27d53de520ef61e196 (diff)
downloadsrc-a385d31d4631b3bf9588c4b3ae0e92fcd28bd4de.tar.gz
src-a385d31d4631b3bf9588c4b3ae0e92fcd28bd4de.zip
net tests: fix if_stf:6to4
This test needs to have the loopback interface enabled, or route lookups for our own IP addresses will fail. MFC after: 3 weeks Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D33041 (cherry picked from commit 67573b7a39b19e39536a68563fed0d940604e573)
-rw-r--r--tests/sys/net/if_stf.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/sys/net/if_stf.sh b/tests/sys/net/if_stf.sh
index af53f7bdb5dd..ea7f90f09e9e 100644
--- a/tests/sys/net/if_stf.sh
+++ b/tests/sys/net/if_stf.sh
@@ -41,7 +41,7 @@ atf_test_case "6to4" "cleanup"
atf_skip "This test requires if_stf"
fi
if ! kldstat -q -m if_gif; then
- atf_skip "This test requires if_stf"
+ atf_skip "This test requires if_gif"
fi
epair=$(vnet_mkepair)
@@ -56,6 +56,7 @@ atf_test_case "6to4" "cleanup"
jexec relay route -6 add default -interface $gif
vnet_mkjail client ${epair}b
+ jexec client ifconfig lo0 up
jexec client ifconfig ${epair}b 192.0.2.2/24 up
stf=$(jexec client ifconfig stf create)
jexec client ifconfig $stf inet6 2002:c000:0202::1/32 up no_dad