Re: [ovs-dev] [PATCH 3/3] ofproto-dpif: Check support for resubmit with conntrack action.

2017-04-18 Thread Jarno Rajahalme
> On Apr 18, 2017, at 8:56 AM, Ben Pfaff wrote: > > On Fri, Apr 14, 2017 at 05:25:49PM -0700, Jarno Rajahalme wrote: >> Use the existing probed support flag for the original direction tuple >> to determine if resubmit(ct) can be executed or not. >> >> Signed-off-by: Jarno

[ovs-dev] [PATCH 3/3] ofproto-dpif: Check support for resubmit with conntrack action.

2017-04-14 Thread Jarno Rajahalme
Use the existing probed support flag for the original direction tuple to determine if resubmit(ct) can be executed or not. Signed-off-by: Jarno Rajahalme --- ofproto/ofproto-dpif.c | 86 ++ 1 file changed, 45 insertions(+), 41