From 21f7563cef5f3e5ab52c15ade58594c2dfdb7195 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Fri, 14 Oct 2011 09:48:17 -0700 Subject: ovs-vswitchd: Add support for 802.1D STP. Still alpha quality, since only tested for interoperability with Linux bridge's STP implementation. --- utilities/ovs-vsctl.8.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'utilities/ovs-vsctl.8.in') diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in index f246128ff..64255b578 100644 --- a/utilities/ovs-vsctl.8.in +++ b/utilities/ovs-vsctl.8.in @@ -829,6 +829,24 @@ Deconfigure sFlow from \fBbr0\fR, which also destroys the sFlow record (since it is now unreferenced): .IP .B "ovs\-vsctl \-\- clear Bridge br0 sflow" +.SS "802.1D Spanning Tree Protocol (STP)" +.PP +Configure bridge \fBbr0\fR to participate in an 802.1D spanning tree: +.IP +.B "ovs\-vsctl set Bridge br0 stp_enable=true" +.PP +Set the bridge priority of \fBbr0\fR to 0x7800: +.IP +.B "ovs\-vsctl set Bridge br0 other_config:stp-priority=0x7800" +.PP +Set the path cost of port \fBeth0\fR to 10: +.IP +.B "ovs\-vsctl set Port eth0 other_config:stp-path-cost=10" +.PP +Deconfigure STP from above: +.IP +.B "ovs\-vsctl clear Bridge br0 stp_enable" +.PP .SH "EXIT STATUS" .IP "0" Successful program execution. -- cgit v1.2.1