bond: Drop packets on backup slaves.
authorEthan Jackson <ethan@nicira.com>
Mon, 27 Jun 2011 20:18:19 +0000 (13:18 -0700)
committerEthan Jackson <ethan@nicira.com>
Mon, 27 Jun 2011 21:03:21 +0000 (14:03 -0700)
commit7ba7dcf014a9f830f99967907534bbd5e32dfc36
tree08e5840298f56e3681f5da1793361b941ab6aa5e
parent22bcc0e70becd88bf895c44885d63704affe4284
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.
lib/bond.c