Re: [ovs-dev] [PATCH] ovs-vsctl: Prevent creating duplicate VLAN bridges.

2014-11-25 Thread Ben Pfaff
On Tue, Nov 25, 2014 at 05:25:56PM +0100, Thomas Graf wrote: > On 11/06/14 at 02:59pm, Ben Pfaff wrote: > > ovs-vsctl has the concept of a VLAN (or "fake") bridge, which is a > > sort of a sub-bridge that receives only packets on a particular VLAN. > > There is no way to distinguish two VLAN bridge

Re: [ovs-dev] [PATCH] ovs-vsctl: Prevent creating duplicate VLAN bridges.

2014-11-25 Thread Thomas Graf
On 11/06/14 at 02:59pm, Ben Pfaff wrote: > ovs-vsctl has the concept of a VLAN (or "fake") bridge, which is a > sort of a sub-bridge that receives only packets on a particular VLAN. > There is no way to distinguish two VLAN bridges with the same parent on the > same VLAN, but until now ovs-vsctl di

Re: [ovs-dev] [PATCH] ovs-vsctl: Prevent creating duplicate VLAN bridges.

2014-11-25 Thread Ben Pfaff
On Thu, Nov 06, 2014 at 02:59:48PM -0800, Ben Pfaff wrote: > ovs-vsctl has the concept of a VLAN (or "fake") bridge, which is a > sort of a sub-bridge that receives only packets on a particular VLAN. > There is no way to distinguish two VLAN bridges with the same parent on the > same VLAN, but unti