Re: [PATCH net 4/7] openvswitch: Ensure flow is valid before executing ct

2015-09-30 Thread Pravin Shelar
On Tue, Sep 29, 2015 at 3:39 PM, Joe Stringer wrote: > The ct action uses parts of the flow key, so we need to ensure that it > is valid before executing that action. > > Fixes: 7f8a436 "openvswitch: Add conntrack action" > Signed-off-by: Joe Stringer Acked-by: Pravin B Shelar -- To unsubscribe

[PATCH net 4/7] openvswitch: Ensure flow is valid before executing ct

2015-09-29 Thread Joe Stringer
The ct action uses parts of the flow key, so we need to ensure that it is valid before executing that action. Fixes: 7f8a436 "openvswitch: Add conntrack action" Signed-off-by: Joe Stringer --- net/openvswitch/actions.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/net/openvswitch/act