From: Ben Pfaff
Date: Tue, 14 Aug 2012 20:23:22 +0000 (-0700)
Subject: vswitch.xml: active-backup and balance-slb bonds must be one-sided.
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d64e1870f4ad55e3f7eda8655b93c52d43442bfc;p=openvswitch
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
---
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 7b30ce8b..480fd63b 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