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

Russell Bryant russell at ovn.org
Wed Dec 23 20:41:04 UTC 2015


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.

-- 
Russell Bryant



More information about the dev mailing list