vswitch.xml: active-backup and balance-slb bonds must be one-sided.
authorBen Pfaff <blp@nicira.com>
Tue, 14 Aug 2012 20:23:22 +0000 (13:23 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 16 Aug 2012 23:21:02 +0000 (16:21 -0700)
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 <blp@nicira.com>
vswitchd/vswitch.xml

index 7b30ce8..480fd63 100644 (file)
 
     <group title="Bonding Configuration">
       <p>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:</p>
+      allows for load balancing and fail-over.</p>
+
+      <p>
+        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:
+      </p>
 
       <dl>
         <dt><code>balance-slb</code></dt>