From: Jesse Gross Date: Tue, 6 Mar 2012 23:05:46 +0000 (-0800) Subject: openvswitch: Fix checksum update for actions on UDP packets. X-Git-Tag: v3.3-rc7~11^2~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81e5d41d7ed4f6c61ba3d2414f4f9ddf6d934ebb;p=pandora-kernel.git openvswitch: Fix checksum update for actions on UDP packets. When modifying IP addresses or ports on a UDP packet we don't correctly follow the rules for unchecksummed packets. This meant that packets without a checksum can be given a incorrect new checksum and packets with a checksum can become marked as being unchecksummed. This fixes it to handle those requirements. Signed-off-by: Jesse Gross --- Reading git-diff-tree failed