opnsense-src/tests/atf_python
Kristof Provost c589d9a232 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")

(cherry picked from commit b23dbabb7f)
2024-01-05 10:08:36 +01:00
..
sys pf: test rules evaluation in the face of multiple IPv6 fragment headers 2024-01-05 10:08:36 +01:00
__init__.py
atf_pytest.py testing: allow custom test cleanup handlers in pytest 2023-01-23 22:09:04 +00:00
Makefile netlink: connect netlink tests to the build 2023-01-23 22:04:03 +00:00
utils.py testing: fix tests without cleanup in pytest. 2023-01-23 22:09:04 +00:00