Add regression tests for the path MTU discovery implementation in
authorbluhm <bluhm@openbsd.org>
Mon, 11 Jul 2016 13:15:20 +0000 (13:15 +0000)
committerbluhm <bluhm@openbsd.org>
Mon, 11 Jul 2016 13:15:20 +0000 (13:15 +0000)
commitb83a2f275f25b1d486ba6fa49a887921f584f78c
treebd3c37811c1979c58d89e3fb8ce15658f7cd0132
parent275f790d3531fd5fb672ee65ed5a4fc41e8a00ee
Add regression tests for the path MTU discovery implementation in
the kernel.  Generate TCP and TCP6 and UDP6 packets with Scapy,
check the kernel's reaction to ICMP fragmentation needed and ICMP6
packet too big.
OK mpi@
regress/sys/netinet/pmtu/LICENSE [new file with mode: 0644]
regress/sys/netinet/pmtu/Makefile [new file with mode: 0644]
regress/sys/netinet/pmtu/README [new file with mode: 0644]
regress/sys/netinet/pmtu/tcp_connect.py [new file with mode: 0755]
regress/sys/netinet/pmtu/tcp_connect6.py [new file with mode: 0755]
regress/sys/netinet/pmtu/udp_echo6.py [new file with mode: 0755]