commit | fa2da8cdae1dd64f78fc915ca1d1a4a93c71e7cb | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Tue Nov 15 08:09:14 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 16 17:32:43 2011 -0500 |
tree | e1c89ec5c3e0d2bf279c6c9f1a427949c5286baf | |
parent | 0284a0fdf3def1beb4de509f87472520b23883c9 [diff] |
bridge: correct IPv6 checksum after pull 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>