The pf IPv4 option and IPv6 extension header filter has stricter
authorbluhm <bluhm@openbsd.org>
Mon, 16 May 2022 16:54:18 +0000 (16:54 +0000)
committerbluhm <bluhm@openbsd.org>
Mon, 16 May 2022 16:54:18 +0000 (16:54 +0000)
commit1a65535d50f6e9f97a307062be690057714d0f6e
tree9c91508699e9e3f45fce70b44078aa2a325f715a
parent02e7a1dd1713b6198756a0fea395b53bbae4a3d3
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.
regress/sys/net/pf_opts/Makefile
regress/sys/net/pf_opts/icmp6_mld_bad.py
regress/sys/net/pf_opts/icmp6_mld_ra.py
regress/sys/net/pf_opts/igmp_bad.py
regress/sys/net/pf_opts/igmp_ra.py