On Fri, Feb 21, 2014 at 04:06:00PM +0800, Kmindg G wrote:
> According to the documentation of ovs-vsctl,  "ovs-vsctl clear Bridge
> br0 stp_enable" should deconfigure stp, but i find it does not work.
> Add "ovs-vsctl set bridge br0 stp_enable=false" works well. Should we
> update documentation or make clear work?

The documentation was recently corrected to:

   802.1D Spanning Tree Protocol (STP)
       Configure bridge br0 to participate in an 802.1D spanning tree:

              ovs-vsctl set Bridge br0 stp_enable=true

       Set the bridge priority of br0 to 0x7800:

              ovs-vsctl set Bridge br0 other_config:stp-priority=0x7800

       Set the path cost of port eth0 to 10:

              ovs-vsctl set Port eth0 other_config:stp-path-cost=10

       Deconfigure STP from above:

              ovs-vsctl set Bridge br0 stp_enable=false
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to