freebsd-dev/sys/netpfil
Kristof Provost 16899291de dummynet: check for ifp on all PROTO_LAYER2 packets
When we extended the switch statement to allow for PROTO_LAYER2 |
PROTO_IPV6 in c21cbaca2b we didn't extend the check for a non-NULL
struct ifnet pointer.
Happily the only PROTO_IPV6 case is pf's layer 2 support, which always
provides one.

Reported by:	Coverity (CID 1490459)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2022-07-11 22:07:11 +02:00
..
ipfilter/netinet ipfilter: Support only jails in VNET 2022-07-07 07:53:45 -07:00
ipfw dummynet: check for ifp on all PROTO_LAYER2 packets 2022-07-11 22:07:11 +02:00
pf pf: handle dummynet for non-IP packets 2022-07-01 14:31:57 +02:00