History log of /openbsd/regress/sys/netinet6/frag6/frag6_overatomic.py (Results 1 – 8 of 8)
Revision Date Author Comments
# 527238f8 25-Dec-2020 bluhm <bluhm@openbsd.org>

Switch to scapy with python 3.


# 7b3475a7 01-Mar-2017 bluhm <bluhm@openbsd.org>

Use consistent address schema with local and remote machine. Fill
variables with example IPs from my daily test run.


# 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.


# 233b170e 17-Nov-2016 bluhm <bluhm@openbsd.org>

Put all make targets in a loop and print a little more what each
IPv6 fragment header test is doing.


# 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.


# 6de4c68b 23-Jul-2013 bluhm <bluhm@openbsd.org>

fix typo in fragment payload


# 00ff61d5 24-Jan-2012 bluhm <bluhm@openbsd.org>

Add a test for atomic IPv6 fragment reassembly.