freebsd-src/sys/netpfil
Kristof Provost f1c0030bb0 pf: only check MTU for IPv6 packets when forwarding
When the packets are generated locally (i.e. PFIL_FWD is not set) we
might generate overly large packets and rely on the NIC to fragment it
for us. In that case we'd reject a valid packet.

Reported by:	Herbert J. Skuhra <herbert@gojira.at>
Tested by:	Herbert J. Skuhra <herbert@gojira.at>
Fixes:		54c62e3e5d
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2024-01-24 19:08:29 +01:00
..
ipfilter/netinet netpfil: Fix a typo in a source code comment 2024-01-22 21:50:57 +01:00
ipfw netpfil: Fix two typos in source code comments 2024-01-20 17:30:57 +01:00
pf pf: only check MTU for IPv6 packets when forwarding 2024-01-24 19:08:29 +01:00