On Sat, 2013-11-30 at 15:14 -0800, Justin Pettit wrote: > OVS supports STP. It's configuration is described in > ovs-vswitchd.conf.db, and there's an example of enabling it in the > ovs-vsctl man page.
see FAQ If you have a redundant or complex network topology and you want to prevent loops, turn on spanning tree protocol (STP). The following commands create br0, enable STP, and add eth0 and eth1 to the bridge. The order is important because you don't want have to have a loop in your network even transiently: 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 regards, Andraz
signature.asc
Description: This is a digitally signed message part
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss