bridge: correct IPv6 checksum after pull
authorstephen hemminger <shemminger@vyatta.com>
Tue, 15 Nov 2011 08:09:14 +0000 (08:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2011 22:32:43 +0000 (17:32 -0500)
Bridge multicast snooping of ICMPv6 would incorrectly report a checksum problem
when used with Ethernet devices like sky2 that use CHECKSUM_COMPLETE.
When bytes are removed from skb, the computed checksum needs to be adjusted.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Tested-by: Martin Volf <martin.volf.42@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found