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)
commitd64e1870f4ad55e3f7eda8655b93c52d43442bfc
tree8ff1ed30f5117fc949e68bdbc5b2e821d0b12d85
parentdd30ff28ca73dfe20e0b0c0e7c58dba485ca0098
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 <blp@nicira.com>
vswitchd/vswitch.xml