From aed2db181bc7a216179f528dae98d997d89a1cc4 Mon Sep 17 00:00:00 2001 From: Ben Pfaff <blp@nicira.com> Date: Thu, 10 May 2012 15:53:19 -0700 Subject: [PATCH] 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> --- vswitchd/vswitch.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.0