Page MenuHomeFreeBSD

pf tests: IPv6 test case for the 'kill state(s)' feature
ClosedPublic

Authored by kp on Apr 16 2021, 5:52 PM.
Tags
None
Referenced Files
F113918011: D29797.id87558.diff
Sat, Apr 5, 2:13 PM
Unknown Object (File)
Thu, Apr 3, 4:36 PM
Unknown Object (File)
Sun, Mar 23, 8:29 PM
Unknown Object (File)
Feb 23 2025, 5:40 PM
Unknown Object (File)
Feb 22 2025, 10:00 AM
Unknown Object (File)
Feb 1 2025, 3:12 PM
Unknown Object (File)
Jan 26 2025, 8:57 AM
Unknown Object (File)
Jan 25 2025, 4:49 AM

Details

Summary

MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kp requested review of this revision.Apr 16 2021, 5:52 PM

According to https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml, the documentation prefix should never be assigned to any real interface. So please consider tto use 2001:2::/48 (benchmarking) instead. A real "Test-Prefix" is not assigned, yet.

According to https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml, the documentation prefix should never be assigned to any real interface. So please consider tto use 2001:2::/48 (benchmarking) instead. A real "Test-Prefix" is not assigned, yet.

We have standardised on 2001:db8 for our IPv6 test ranges (e.g. in tests/sys/netinet6/{forward6.sh,mkd.sh,ndp.sh}). If there were a dedicated testing prefix I'd suggest we should change them all in a separate commit, but I don't think the benchmarking prefix is sufficiently better to justify changing.

In D29797#669445, @kp wrote:

We have standardised on 2001:db8 for our IPv6 test ranges (e.g. in tests/sys/netinet6/{forward6.sh,mkd.sh,ndp.sh}). If there were a dedicated testing prefix I'd suggest we should change them all in a separate commit, but I don't think the benchmarking prefix is sufficiently better to justify changing.

That's fine.

This revision is now accepted and ready to land.Apr 19 2021, 4:02 PM