From: Ben Pfaff Date: Tue, 14 Aug 2012 20:23:59 +0000 (-0700) Subject: vswitch.xml: Document that active-backup works OK with multiple switches. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=629d868ce79cb4e74e63434c9bc2326a9f7f1762;p=openvswitch vswitch.xml: Document that active-backup works OK with multiple switches. Signed-off-by: Ben Pfaff --- diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 480fd63b..4a0225c5 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -820,7 +820,8 @@
active-backup
Assigns all flows to one slave, failing over to a backup slave when - the active slave is disabled. + the active slave is disabled. This is the only bonding mode in which + interfaces may be plugged into different upstream switches.