bond: Drop packets on backup slaves.
authorEthan Jackson <ethan@nicira.com>
Wed, 13 Jul 2011 18:50:10 +0000 (11:50 -0700)
committerEthan Jackson <ethan@nicira.com>
Wed, 13 Jul 2011 18:50:32 +0000 (11:50 -0700)
commitf8d9cc53659d29a0c047f3718b02efaf6d1cce3b
tree5542dc75606555a0d7f31b89b1c5a06a43cb66bc
parentf63c7f457b3ab8bbcba448294630ef7c3d8b5c21
bond: Drop packets on backup slaves.

Currently, OVS accepts incoming traffic on all slaves participating
in a bond.  In Linux active-backup bonding, all traffic which comes
in on backup slaves is dropped.  This patch causes OVS to do the
same.

Bug #6125.
vswitchd/bridge.c