bond: Completely pull LACP module out of bond.
authorEthan Jackson <ethan@nicira.com>
Thu, 14 Apr 2011 23:50:26 +0000 (16:50 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 15 Apr 2011 19:19:26 +0000 (12:19 -0700)
commit4d6fb5ebd0355a7843c01185631bba694ffeb209
treefc194cdaf587f775f945a25d046dfce35f7d74d8
parente1e90548952cbf11c5d2cf32e1d20b160130572d
bond: Completely pull LACP module out of bond.

The bonding code only needs to know whether a given slave may be
enabled, and whether LACP has been negotiated on the bond.  Instead
of passing in the LACP handle and letting the bond query this
information.  This patch passes in the information directly.
lib/bond.c
lib/bond.h
vswitchd/bridge.c