On Wed, Dec 23, 2015 at 03:41:04PM -0500, Russell Bryant wrote:
> On 12/22/2015 04:17 PM, Ben Pfaff wrote:
> > Until now, the flow table treated localnet logical ports that have a VLAN
> > quite differently from those that don't.  The ones without a VLAN were
> > essentially trunk ports: any packets that came in, that weren't picked off
> > by a localnet port with a VLAN, were passed to the ones without a VLAN.
> > This wasn't the intended behavior.
> > 
> > This commit changes behavior to the intended behavior.  Now, localnet ports
> > without a specific VLAN only receive packets without a VLAN header or those
> > with VLAN ID 0 (with that header stripped off).
> > 
> > Found by inspection.
> > 
> > Signed-off-by: Ben Pfaff <[email protected]>
> 
> Acked-by: Russell Bryant <[email protected]>
> 
> I was able to test this using a new test case that I just posted to the
> list.  It passes with v2 applied.

Thanks.

Is this for all three patches?
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to