Re: [ovs-discuss] about spanning tree

2013-11-18 Thread Vasu Dasari
The criteria to determine which port is blocked depends on the bridge id, port priority, and other spanning tree parameters. -Vasu On Sun, Nov 17, 2013 at 9:06 AM, Steven Lee wrote: > Hi, > I created a br0 and enabled stp to prevent loop with following > commands: > > ovs-vsctl add-br br0

[ovs-discuss] about spanning tree

2013-11-18 Thread Steven Lee
Hi, I created a br0 and enabled stp to prevent loop with following commands: ovs-vsctl add-br br0 ovs-vsctl set bridge br0 stp_enable=true ovs-vsctl add-port br0 eth0 ovs-vsctl add-port br0 eth1 since eth0 and eth1 are connected by physical switches, the port eth1 is blocked. I'm wondering do

[ovs-discuss] About spanning tree

2013-11-17 Thread Steven Lee
Hi, I created a br0 and enabled stp to prevent loop with following commands: ovs-vsctl add-br br0 ovs-vsctl set bridge br0 stp_enable=true ovs-vsctl add-port br0 eth0 ovs-vsctl add-port br0 eth1 since eth0 and eth1 are connected by physical switches, the port eth1 is blocked. I'm wondering do