summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorkp <kp@FreeBSD.org>2015-10-29 20:45:53 +0000
committerkp <kp@FreeBSD.org>2015-10-29 20:45:53 +0000
commit0c3b0b48ba224bb9df3de711df89feb56b1c7e42 (patch)
treefd348df80f0991230f3fbb88c94098e6da9943e6 /lib/libc
parentdb507b23f5ff9c41e1bba097b8d196ec60756215 (diff)
downloadFreeBSD-src-0c3b0b48ba224bb9df3de711df89feb56b1c7e42.zip
FreeBSD-src-0c3b0b48ba224bb9df3de711df89feb56b1c7e42.tar.gz
pf: Fix IPv6 checksums with route-to.
When using route-to (or reply-to) pf sends the packet directly to the output interface. If that interface doesn't support checksum offloading the checksum has to be calculated in software. That was already done in the IPv4 case, but not for the IPv6 case. As a result we'd emit packets with pseudo-header checksums (i.e. incorrect checksums). This issue was exposed by the changes in r289316 when pf stopped performing full checksum calculations for all packets. Submitted by: Luoqi Chen MFC after: 1 week
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud