freebsd-dev/tests/atf_python
Kristof Provost b23dbabb7f pf: test rules evaluation in the face of multiple IPv6 fragment headers
Send an ICMPv6 echo request packet with multiple IPv6 fragment headers.
Set rules to pass all packets, except for ICMPv6 echo requests.

pf ought to drop the echo request, but doesn't because it reassembles
the packet, and then doesn't handle the second fragment header. In other
words: it fails to detect the ICMPv6 echo header.

Reported by:	Enrico Bassetti bassetti@di.uniroma1.it (NetSecurityLab @ Sapienza University of Rome)
MFC after:	instant
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2023-08-04 15:24:16 +02:00
..
sys pf: test rules evaluation in the face of multiple IPv6 fragment headers 2023-08-04 15:24:16 +02:00
__init__.py
atf_pytest.py Testing: add framework for the kernel unit tests. 2023-04-14 15:47:55 +00:00
ktest.py ktest: make ktest work with Netlink loaded as a module. 2023-06-13 06:04:14 +00:00
Makefile Testing: add framework for the kernel unit tests. 2023-04-14 15:47:55 +00:00
utils.py testing: add public method for requiring module presense in pytest 2023-05-15 10:50:55 +00:00