From: Jesse Gross Date: Tue, 11 Nov 2014 22:32:20 +0000 (-0800) Subject: openvswitch: Fix checksum calculation when modifying ICMPv6 packets. X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~83^2~17^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=856447d0209c2214d806b30bd3b0d873db5998bd;p=pandora-kernel.git openvswitch: Fix checksum calculation when modifying ICMPv6 packets. The checksum of ICMPv6 packets uses the IP pseudoheader as part of the calculation, unlike ICMP in IPv4. This was not implemented, which means that modifying the IP addresses of an ICMPv6 packet would cause the checksum to no longer be correct as the psuedoheader did not match. Introduced by commit 3fdbd1ce11e5 ("openvswitch: add ipv6 'set' action"). Reported-by: Neal Shrader Signed-off-by: Jesse Gross Signed-off-by: Pravin B Shelar --- Reading git-diff-tree failed