Re: [ovs-discuss] kvm guests and vlans

2018-10-05 Thread Ben Pfaff
On Fri, Oct 05, 2018 at 10:24:23PM +, Srinivas wrote: > > ovs-vsctl \ >           -- add-br br0 \ >           -- add-port br0 bond0 tag=0 \ >           -- add-port br0 bond0.11 tag=11 \ >           -- add-port br0 bond0.12 tag=12 \ >           -- add-port br0 vm1 tag=0 \ >           --

Re: [ovs-discuss] kvm guests and vlans

2018-10-05 Thread Srinivas via discuss
> ovs-vsctl \           -- add-br br0 \           -- add-port br0 bond0 tag=0 \           -- add-port br0 bond0.11 tag=11 \           -- add-port br0 bond0.12 tag=12 \           -- add-port br0 vm1 tag=0 \           -- add-port br0 vm2 tag=11 \           -- add-port br0 vm3 tag=12 Thanks Ben. The

Re: [ovs-discuss] kvm guests and vlans

2018-10-05 Thread Ben Pfaff
On Fri, Oct 05, 2018 at 08:42:39PM +, Srinivas via discuss wrote: > Hello, I have a physical box with the following interface config. Note that > vlans are already configured as child interfaces on the main bond0 interface. > bond0:       ipaddr 10.2.34.29 (native and untagged traffic)   >

[ovs-discuss] kvm guests and vlans

2018-10-05 Thread Srinivas via discuss
Hello, I have a physical box with the following interface config. Note that vlans are already configured as child interfaces on the main bond0 interface. bond0:       ipaddr 10.2.34.29 (native and untagged traffic)   bond0.11:  ipaddr 172.30.11.28   (traffic for vlan 11)             bond0.12: