Re: [ovs-dev] [PATCH 3/3] ofproto-dpif: Validate ct action support.

2015-11-11 Thread Jarno Rajahalme
> On Nov 11, 2015, at 10:21 AM, Joe Stringer wrote: > > On 10 November 2015 at 13:56, Joe Stringer wrote: >> On 9 November 2015 at 17:25, Jarno Rajahalme wrote: >>> On Nov 7, 2015, at 12:05 PM, Joe Stringer wrote: Disallow installing rules that execute ct() if conntrack is un

Re: [ovs-dev] [PATCH 3/3] ofproto-dpif: Validate ct action support.

2015-11-11 Thread Joe Stringer
On 10 November 2015 at 13:56, Joe Stringer wrote: > On 9 November 2015 at 17:25, Jarno Rajahalme wrote: >> >>> On Nov 7, 2015, at 12:05 PM, Joe Stringer wrote: >>> >>> Disallow installing rules that execute ct() if conntrack is unsupported >>> in the datapath. >>> >>> Reported-by: Ravindra Kench

Re: [ovs-dev] [PATCH 3/3] ofproto-dpif: Validate ct action support.

2015-11-10 Thread Joe Stringer
On 9 November 2015 at 17:25, Jarno Rajahalme wrote: > >> On Nov 7, 2015, at 12:05 PM, Joe Stringer wrote: >> >> Disallow installing rules that execute ct() if conntrack is unsupported >> in the datapath. >> >> Reported-by: Ravindra Kenchappa >> Signed-off-by: Joe Stringer >> --- >> ofproto/ofpr

Re: [ovs-dev] [PATCH 3/3] ofproto-dpif: Validate ct action support.

2015-11-09 Thread Jarno Rajahalme
> On Nov 7, 2015, at 12:05 PM, Joe Stringer wrote: > > Disallow installing rules that execute ct() if conntrack is unsupported > in the datapath. > > Reported-by: Ravindra Kenchappa > Signed-off-by: Joe Stringer > --- > ofproto/ofproto-dpif.c | 44 +++-

[ovs-dev] [PATCH 3/3] ofproto-dpif: Validate ct action support.

2015-11-07 Thread Joe Stringer
Disallow installing rules that execute ct() if conntrack is unsupported in the datapath. Reported-by: Ravindra Kenchappa Signed-off-by: Joe Stringer --- ofproto/ofproto-dpif.c | 44 +++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/ofprot