Re: [ovs-discuss] questions about fake-bridge

2013-11-25 Thread Ben Pfaff
On Mon, Nov 25, 2013 at 08:10:40PM +0800, chen zhang wrote: > hi dear all! > is fake-bridge just devised for the ports in with the same vlan tag in > real-bridge? > > i make it like this: > ovs-vsctl add-br br0 > ovs-vsctl add-br br1 br0 2 > ovs-vsctl add-port br0 eth1(connecting with host 1,172.1

[ovs-discuss] questions about fake-bridge

2013-11-25 Thread chen zhang
hi dear all! is fake-bridge just devised for the ports in with the same vlan tag in real-bridge? i make it like this: ovs-vsctl add-br br0 ovs-vsctl add-br br1 br0 2 ovs-vsctl add-port br0 eth1(connecting with host 1,172.16.0.1) ifconfig br0 172.16.0.10 ifconfig br1 172.16.0.11 it succeeded when