freebsd-dev/sys/netpfil
Kristof Provost c3f69af03a pf: Fix unaligned checksum updates
The algorithm we use to update checksums only works correctly if the
updated data is aligned on 16-bit boundaries (relative to the start of
the packet).

Import the OpenBSD fix for this issue.

PR:		240416
Obtained from:	OpenBSD
MFC after:	1 week
Reviewed by:	tuexen (previous version)
Differential Revision:	https://reviews.freebsd.org/D27696
2020-12-23 12:03:20 +01:00
..
ipfw Fix LINT-NOINET6 build after r368571. 2020-12-14 22:54:32 +00:00
pf pf: Fix unaligned checksum updates 2020-12-23 12:03:20 +01:00