History log of /openbsd-src/regress/sys/net/pf_opts/icmp6_mld_bad.py (Results 1 – 3 of 3)
Revision Date Author Comments
# 473ed62e 29-Dec-2024 bluhm <bluhm@openbsd.org>

scapy 2.4.5 no longer supports send() to OpenBSD loopback interface.
With older 2.4.4 it worked with IPv4, but was broken for IPv6. So
use the IPv6 workaround also for IPv4. Prepend the address fam

scapy 2.4.5 no longer supports send() to OpenBSD loopback interface.
With older 2.4.4 it worked with IPv4, but was broken for IPv6. So
use the IPv6 workaround also for IPv4. Prepend the address family
in front of the IP packet and use sendp() to insert it into loopback
interface.

show more ...


# 1a65535d 16-May-2022 bluhm <bluhm@openbsd.org>

The pf IPv4 option and IPv6 extension header filter has stricter
checks for IGMP and ICMP6 MLD packets. Use ttl, hlim, link-local,
and multicast features in test where necessary.


# a2e32536 29-Apr-2022 bluhm <bluhm@openbsd.org>

Check that IGMP and ICMP6 MLD packets with router alert option pass.
Other combinations with IP options are still blocked.