History log of /openbsd/regress/sys/netinet6/rh0/rh0_frag_final.py (Results 1 – 7 of 7)
Revision Date Author Comments
# e7599a67 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.


# 2d33a7be 28-Feb-2017 bluhm <bluhm@openbsd.org>

IPv6 packets with routing header 0 are dropped by pf, but answered
with ICMP6 parameter problem by the network stack. This test expects
the ICMP6 packets, so disable pf on the remote machine tempora

IPv6 packets with routing header 0 are dropped by pf, but answered
with ICMP6 parameter problem by the network stack. This test expects
the ICMP6 packets, so disable pf on the remote machine temporarily.

show more ...


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


# c733c035 17-Nov-2013 bluhm <bluhm@openbsd.org>

Adapt the IPv6 routing header type 0 tests to the current behaviour.
As header scanning is back, there is always a icmp6 parameter problem
response. Add tests that hide the routing header behind an

Adapt the IPv6 routing header type 0 tests to the current behaviour.
As header scanning is back, there is always a icmp6 parameter problem
response. Add tests that hide the routing header behind an atomic
fragment header to get the RFC 5095 behaviour. One test puts the
routing header into the second fragment so that it cannot be detected
without reassembly.

show more ...