Re: [ovs-dev] [PATCH 2/2] meta-flow: Fix ip_frag handling in mf_set_wild().

2015-08-19 Thread Ben Pfaff
On Tue, Aug 18, 2015 at 04:17:55PM -0700, Jarno Rajahalme wrote:
> The wildcard bits were set when they should have been cleared.
> 
> Found by inspection.
> 
> Signed-off-by: Jarno Rajahalme 

Double ouch.

I assume you'll backport these as necessary?

Acked-by: Ben Pfaff 
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


Re: [ovs-dev] [PATCH 2/2] meta-flow: Fix ip_frag handling in mf_set_wild().

2015-08-20 Thread Jarno Rajahalme

> On Aug 19, 2015, at 9:51 PM, Ben Pfaff  wrote:
> 
> On Tue, Aug 18, 2015 at 04:17:55PM -0700, Jarno Rajahalme wrote:
>> The wildcard bits were set when they should have been cleared.
>> 
>> Found by inspection.
>> 
>> Signed-off-by: Jarno Rajahalme 
> 
> Double ouch.
> 
> I assume you'll backport these as necessary?
> 
> Acked-by: Ben Pfaff 

Pushed to master, branch-2.4, branch-2.3, branch-2.2, branch-2.1, and 
branch-2.0.

Did not check further, as I recalled that ovs-vswitchd will always exact match 
nw_frag anyway, so this bug has little chance causing problems in practice.

  Jarno
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev