From: Pravin B Shelar Date: Tue, 8 May 2012 00:21:53 +0000 (-0700) Subject: openvswitch: Validation of IPv6 set port action uses IPv4 header X-Git-Tag: v3.4-rc7~4^2~13^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=072ae6314a191e3a9fc309b1e4e539ac7abc48ad;p=pandora-kernel.git openvswitch: Validation of IPv6 set port action uses IPv4 header When the kernel validates set TCP/UDP port actions, it looks at the ports in the existing flow to make sure that the L4 header exists. However, these actions always use the IPv4 version of the struct. Following patch fixes this by checking for flow ip protocol first. Signed-off-by: Pravin B Shelar Signed-off-by: Jesse Gross --- Reading git-diff-tree failed