diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2021-11-10 11:02:34 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2021-12-11 09:39:15 +0000 |
| commit | 74156bb47cf0e1a71cdbbbce1e159baee772164e (patch) | |
| tree | 9fbd69545ab1f88065e98b375ff55c67c33ee271 /tests/sys/net | |
| parent | 80c2f5fc0aedda284babe1bffbddb4fc29314ff0 (diff) | |
Diffstat (limited to 'tests/sys/net')
| -rw-r--r-- | tests/sys/net/if_stf.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/sys/net/if_stf.sh b/tests/sys/net/if_stf.sh index f3ed2d744c7c..693154122891 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 |
