Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153056040
D33041.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
616 B
Referenced Files
None
Subscribers
None
D33041.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D33041: net tests: fix if_stf:6to4
Attached
Detach File
Event Timeline
Log In to Comment