From: Pravin B Shelar Date: Wed, 24 Dec 2014 00:20:20 +0000 (-0800) Subject: openvswitch: Fix MPLS action validation. X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~341^2~16^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec449f40bb3e19c77f62ddabf7c1fe3ccefece6f;p=pandora-kernel.git openvswitch: Fix MPLS action validation. Linux stack does not implement GSO for packet with multiple encapsulations. Therefore there was check in MPLS action validation to detect such case, But this check introduced bug which deleted one or more actions from actions list. Following patch removes this check to fix the validation. Fixes: 25cd9ba0abc ("openvswitch: Add basic MPLS support to kernel"). Signed-off-by: Pravin B Shelar Reported-by: Srinivas Neginhal Acked-by: Jarno Rajahalme Signed-off-by: David S. Miller --- Reading git-diff-tree failed