Page MenuHomeFreeBSD

D33041.diff
No OneTemporary

D33041.diff

diff --git a/tests/sys/net/if_stf.sh b/tests/sys/net/if_stf.sh
--- a/tests/sys/net/if_stf.sh
+++ b/tests/sys/net/if_stf.sh
@@ -41,7 +41,7 @@
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 @@
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

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 19, 9:24 PM (11 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31799576
Default Alt Text
D33041.diff (616 B)

Event Timeline