Re: [ovs-dev] [PATCH] ofp-actions: Error on conntrack action inconsistency.

2016-09-27 Thread Jarno Rajahalme
> On Sep 27, 2016, at 11:06 AM, Joe Stringer wrote: > > On 26 September 2016 at 18:46, Jarno Rajahalme > wrote: >> Setting up a datapath flow that has a conntrack action with 'alg=ftp', >> but does not match on 'nw_proto=tcp' fails with 'WARN' in >> ovs-vswitchd.log. It i

Re: [ovs-dev] [PATCH] ofp-actions: Error on conntrack action inconsistency.

2016-09-27 Thread Joe Stringer
On 26 September 2016 at 18:46, Jarno Rajahalme wrote: > Setting up a datapath flow that has a conntrack action with 'alg=ftp', > but does not match on 'nw_proto=tcp' fails with 'WARN' in > ovs-vswitchd.log. It is better to flag such inconsistencies during > OpenFlow rule set-up time. Also, connt