From: Joe Stringer Date: Wed, 19 Nov 2014 21:54:49 +0000 (-0800) Subject: openvswitch: Don't validate IPv6 label masks. X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~83^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3052bb5d306b29c1e7d9e5998c5ac4ca1ff0ca9;p=pandora-kernel.git openvswitch: Don't validate IPv6 label masks. When userspace doesn't provide a mask, OVS datapath generates a fully unwildcarded mask for the flow by copying the flow and setting all bits in all fields. For IPv6 label, this creates a mask that matches on the upper 12 bits, causing the following error: openvswitch: netlink: Invalid IPv6 flow label value (value=ffffffff, max=fffff) This patch ignores the label validation check for masks, avoiding this error. Signed-off-by: Joe Stringer Acked-by: Pravin B Shelar Signed-off-by: David S. Miller --- Reading git-diff-tree failed