FreeBSD Bugzilla – Attachment 180917 Details for
Bug 217871
sys/netinet/fibs_test;slaac_on_nondefault_fib6 fails when run twice
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for the slaac_on_nondefault_fib6 testcase
pr217871_test.diff (text/plain), 1.04 KB, created by
Alan Somers
on 2017-03-17 23:26:27 UTC
(
hide
)
Description:
Patch for the slaac_on_nondefault_fib6 testcase
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2017-03-17 23:26:27 UTC
Size:
1.04 KB
patch
obsolete
>Index: tests/sys/netinet/fibs_test.sh >=================================================================== >--- tests/sys/netinet/fibs_test.sh (revision 315458) >+++ tests/sys/netinet/fibs_test.sh (working copy) >@@ -451,12 +451,13 @@ > } > slaac_on_nondefault_fib6_body() > { >- atf_skip "BUG217871 SLAAC on a newly created epair sometimes fails to add routes" >+ #atf_skip "BUG217871 SLAAC on a newly created epair sometimes fails to add routes" > # Configure the epair interfaces to use nonrouteable RFC3849 > # addresses and non-default FIBs >- ADDR="2001:db8::2" >- GATEWAY="2001:db8::1" >- SUBNET="2001:db8:" >+ PREFIX="2001:db8:$(printf "%x" `jot -r 1 0 65535`):$(printf "%x" `jot -r 1 0 65535`)" >+ ADDR="$PREFIX::2" >+ GATEWAY="$PREFIX::1" >+ SUBNET="$PREFIX:" > MASK="64" > > # Check system configuration >@@ -474,6 +475,7 @@ > sysctl net.inet6.ip6.rfc6204w3=1 > > # Configure epair interfaces >+ echo "PREFIX is $PREFIX" > get_epair > setup_iface "$EPAIRA" "$FIB0" inet6 ${ADDR} ${MASK} > echo setfib $FIB1 ifconfig "$EPAIRB" inet6 -ifdisabled accept_rtadv fib $FIB1 up
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 217871
: 180917