From d64e1870f4ad55e3f7eda8655b93c52d43442bfc Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 14 Aug 2012 13:23:22 -0700 Subject: [PATCH] vswitch.xml: active-backup and balance-slb bonds must be one-sided. It doesn't work to hook up an active-backup bond on one switch to an active-backup bond on another switch, because they might pick different active interfaces and therefore not pass any traffic. The same is true of balance-slb because multicast and broadcast traffic is dropped on ingress to any interface other than the active interface. Signed-off-by: Ben Pfaff --- vswitchd/vswitch.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 7b30ce8bb..480fd63b6 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -802,8 +802,13 @@

A port that has more than one interface is a ``bonded port.'' Bonding - allows for load balancing and fail-over. Some kinds of bonding will - work with any kind of upstream switch:

+ allows for load balancing and fail-over.

+ +

+ The following types of bonding will work with any kind of upstream + switch. On the upstream switch, do not configure the interfaces as a + bond: +

balance-slb
-- 2.43.0