History log of /openbsd/regress/sys/net/pf_fragment/udp6_cksum.py (Results 1 – 7 of 7)
Revision Date Author Comments
# f4a9118a 25-Dec-2020 bluhm <bluhm@openbsd.org>

Switch to scapy with python 3.


# 704ff92d 24-Jan-2017 bluhm <bluhm@openbsd.org>

Fix typo in variable name.


# 9ae5678b 18-Jan-2017 bluhm <bluhm@openbsd.org>

Do not use privileged or NFS source ports for UDP packets as inetd
ignores such packets. This should avoid some sporadic failures.
While there, use variable names consistently in all tests.


# 7553dc43 22-May-2016 bluhm <bluhm@openbsd.org>

Fix tests: Restrict getpid() to lower 16 bit so that it can still
be used as packet id. Now scapy calls nexthopmtu with this name
explicitly in icmp structure.


# 9c70e3bf 19-Dec-2014 bluhm <bluhm@openbsd.org>

Use a simpler expression to check the ether type in scapy. This
makes the fragment tests work on FreeBSD. From Ilya Bakulin.


# aa4d4d70 10-Jul-2012 bluhm <bluhm@openbsd.org>

Kill trailing whitespaces.


# 1ef0ed9b 19-Sep-2011 bluhm <bluhm@openbsd.org>

Add a test suite to route ip fragments through a box running pf.
You have to setup four machines manually as described in the makefile.
The test uses scapy and python to send ping echo request or udp

Add a test suite to route ip fragments through a box running pf.
You have to setup four machines manually as described in the makefile.
The test uses scapy and python to send ping echo request or udp
echo packets along the routers. It analyzes the returned ping echo
reply or udp packets or the icmp error packets.

show more ...