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
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
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