Replace fork with sniffer thread in Python. Clear the BPF list
authorbluhm <bluhm@openbsd.org>
Mon, 30 Jul 2018 18:05:56 +0000 (18:05 +0000)
committerbluhm <bluhm@openbsd.org>
Mon, 30 Jul 2018 18:05:56 +0000 (18:05 +0000)
commit2b21f7bd511a602202b0c093465b4bf49505747a
treefa1fb7b89d6aa2fb4c27ed022eeae569330e2bb3
parent520f7349354094a54f23c778ada256ed1579db6e
Replace fork with sniffer thread in Python.  Clear the BPF list
before sniffing, Scapy 2.4.0 remembers old packets that confuse the
test.
regress/sys/netinet/pmtu/tcp_atomicfrag6.py
regress/sys/netinet/pmtu/tcp_connect.py
regress/sys/netinet/pmtu/tcp_connect6.py
regress/sys/netinet/pmtu/udp_atomicfrag6.py
regress/sys/netinet/pmtu/udp_echo6.py