summaryrefslogtreecommitdiff
path: root/regress/sys/netinet/pmtu/udp_atomicfrag6.py
AgeCommit message (Collapse)Author
2020-12-25Switch to scapy with python 3.Alexander Bluhm
2018-07-30Replace fork with sniffer thread in Python. Clear the BPF listAlexander Bluhm
before sniffing, Scapy 2.4.0 remembers old packets that confuse the test.
2017-01-19Our kernel does not generate IPv6 atomic fragments anymore. CheckAlexander Bluhm
that the test does not receive any.
2017-01-18Do not use privileged or NFS source ports for UDP packets as inetdAlexander Bluhm
ignores such packets. This should avoid some sporadic failures. While there, use variable names consistently in all tests.
2017-01-18Add tests that generate IPv6 atomic fragments for UDP and TCP byAlexander Bluhm
sending an ICMP6 too big packet with MTU 1272.