vswitch.xml: Suggest secure fail-mode to avoid loops with multiple uplinks.
authorBen Pfaff <blp@nicira.com>
Thu, 10 May 2012 17:11:08 +0000 (10:11 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 14 May 2012 21:11:18 +0000 (14:11 -0700)
EXT-186.
Reported-by: Rob Sherwood <rob.sherwood@bigswitch.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
vswitchd/vswitch.xml

diff --git a/AUTHORS b/AUTHORS
index dea511b..f488aed 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -135,6 +135,7 @@ Peter Balland           peter@nicira.com
 Peter Phaal             peter.phaal@inmon.com
 Ram Jothikumar          rjothikumar@nicira.com
 Ramana Reddy            gtvrreddy@gmail.com
+Rob Sherwood            rob.sherwood@bigswitch.com
 Roger Leigh             rleigh@codelibre.net
 RogĂ©rio Vinhal Nunes
 Sean Brady              sbrady@gtfservices.com
index b9b7b97..308af51 100644 (file)
         </dl>
         </p>
         <p>If this value is unset, the default is implementation-specific.</p>
+        <p>
+          The <code>standalone</code> mode can create forwarding loops on a
+          bridge that has more than one uplink port unless STP is enabled.  To
+          avoid loops on such a bridge, configure <code>secure</code> mode or
+          enable STP (see <ref column="stp_enable"/>).
+        </p>
         <p>When more than one controller is configured,
         <ref column="fail_mode"/> is considered only when none of the
         configured controllers can be contacted.</p>