summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/fetch.c
diff options
context:
space:
mode:
authorkp <kp@FreeBSD.org>2015-06-18 20:41:55 +0000
committerkp <kp@FreeBSD.org>2015-06-18 20:41:55 +0000
commit6ba0797920291243e06f587bf1cc7fe8b5d687db (patch)
tree37100ce876438f5510637e5ca9e61f8869da7c71 /lib/libfetch/fetch.c
parentad9eb0c77b86bcc383a6459bbc6ac48caf84e666 (diff)
downloadFreeBSD-src-6ba0797920291243e06f587bf1cc7fe8b5d687db.zip
FreeBSD-src-6ba0797920291243e06f587bf1cc7fe8b5d687db.tar.gz
Merge r280956
pf: Deal with runt packets On Ethernet packets have a minimal length, so very short packets get padding appended to them. This padding is not stripped off in ip6_input() (due to support for IPv6 Jumbograms, RFC2675). That means PF needs to be careful when reassembling fragmented packets to not include the padding in the reassembled packet. While here also remove the 'Magic from ip_input.' bits. Splitting up and re-joining an mbuf chain here doesn't make any sense. Differential Revision: https://reviews.freebsd.org/D2818 Reviewed by: gnn
Diffstat (limited to 'lib/libfetch/fetch.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud