summaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-05-10 15:53:19 -0700
committerBen Pfaff <blp@nicira.com>2012-05-16 12:36:23 -0700
commitaed2db181bc7a216179f528dae98d997d89a1cc4 (patch)
tree38064957546d86436f2fdffc479e60119bb1564e /vswitchd
parenteeb8467eec55dc5808bfc4ca1e1f6a49275c51d5 (diff)
downloadopenvswitch-aed2db181bc7a216179f528dae98d997d89a1cc4.tar.gz
vswitch.xml: Describe current default fail_mode.
We are thinking about changing the default, so this leaves that open for the future. Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 308af51fb..94760ccf8 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -409,7 +409,10 @@
any defined controllers forever.</dd>
</dl>
</p>
- <p>If this value is unset, the default is implementation-specific.</p>
+ <p>
+ The default is <code>standalone</code> if the value is unset, but
+ future versions of Open vSwitch may change the default.
+ </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