[ovs-dev] [PATCH v2 3/3] physical: Improve treatment of localnet non-VLAN logical ports.

Ben Pfaff blp at ovn.org
Wed Dec 23 21:23:20 UTC 2015


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 <blp at ovn.org>
> 
> Acked-by: Russell Bryant <russell at ovn.org>
> 
> 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?



More information about the dev mailing list