From: Jarno Rajahalme Date: Thu, 27 Mar 2014 19:47:11 +0000 (-0700) Subject: openvswitch: Fix output of SCTP mask. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~201^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d92ab13558599cf73bbc269ce257fe16575d327a;p=pandora-kernel.git openvswitch: Fix output of SCTP mask. The 'output' argument of the ovs_nla_put_flow() is the one from which the bits are written to the netlink attributes. For SCTP we accidentally used the bits from the 'swkey' instead. This caused the mask attributes to include the bits from the actual flow key instead of the mask. Signed-off-by: Jarno Rajahalme Acked-by: Pravin B Shelar Signed-off-by: Jesse Gross --- Reading git-diff-tree failed