]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
openvswitch: Ensure flow is valid before executing ct
authorJoe Stringer <joestringer@nicira.com>
Tue, 6 Oct 2015 17:59:58 +0000 (10:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Oct 2015 12:03:05 +0000 (05:03 -0700)
commitec0d043d05e6e3c0c2fac5de922c800c027c6386
tree2d0f9a53ee81f172ea53061e7b68a51dbe98f1d2
parentb8f2257069f179c7bdedc9501c1623070c4c37bb
openvswitch: Ensure flow is valid before executing ct

The ct action uses parts of the flow key, so we need to ensure that it
is valid before executing that action.

Fixes: 7f8a436eaa2c "openvswitch: Add conntrack action"
Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/actions.c