Page MenuHomeFreeBSD

Add an ATF test for IPv6 SLAAC with multiple fibs
ClosedPublic

Authored by asomers on Feb 23 2017, 11:17 PM.
Tags
None
Referenced Files
F80153310: D9776.diff
Thu, Mar 28, 3:16 PM
Unknown Object (File)
Jan 18 2024, 3:37 AM
Unknown Object (File)
Dec 22 2023, 5:38 PM
Unknown Object (File)
Dec 22 2023, 5:38 PM
Unknown Object (File)
Dec 20 2023, 12:51 AM
Unknown Object (File)
Dec 13 2023, 10:58 PM
Unknown Object (File)
Dec 9 2023, 7:29 AM
Unknown Object (File)
Dec 8 2023, 6:22 PM
Subscribers

Details

Summary

Add an ATF test for IPv6 SLAAC with multiple fibs

Tests that an interface can get a SLAAC address and that it inserts its
routes into the correct fib. Does not test anything to do with NDP.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Warnings
SeverityLocationCodeMessage
Warningtests/sys/netinet/fibs_test.sh:CHMOD1Invalid Executable
Unit
No Test Coverage
Build Status
Buildable 7708
Build 7855: arc lint + arc unit

Event Timeline

asomers retitled this revision from to Add an ATF test for IPv6 SLAAC with multiple fibs.
asomers updated this object.
asomers edited the test plan for this revision. (Show Details)
jhujhiti_adjectivism.org edited edge metadata.
jhujhiti_adjectivism.org added inline comments.
tests/sys/netinet/fibs_test.sh
506

This is a duplicate of the one above. I think you intended the equivalent not-match for the test on line 493?

This revision now requires changes to proceed.Feb 27 2017, 3:31 AM
asomers edited edge metadata.

Fix copy/paste error

jhujhiti_adjectivism.org edited edge metadata.
jhujhiti_adjectivism.org added inline comments.
tests/sys/netinet/fibs_test.sh
507

Should be $fib instead of $FIB1

This revision now requires changes to proceed.Feb 28 2017, 1:16 AM
asomers edited edge metadata.

Fix copy/paste error

This revision is now accepted and ready to land.Mar 1 2017, 12:19 AM
This revision was automatically updated to reflect the committed changes.