vswitchd: Update lacp before bonding.
authorEthan Jackson <ethan@nicira.com>
Wed, 9 Mar 2011 01:20:01 +0000 (17:20 -0800)
committerEthan Jackson <ethan@nicira.com>
Thu, 17 Mar 2011 19:53:27 +0000 (12:53 -0700)
commitafabe15a7aea7a588ea1711ce00bb524fe1733c2
tree2c9d9677f4a23dffb52cd97d424749d7137efce6
parentb0ce40eec4312df560532da75d9cb0c1d4c7cd5e
vswitchd: Update lacp before bonding.

Bonding requires lacp attached status to make decisions about which
links are enabled.  However, LACP does not require any bonding
related information (other than which links are aggregated) to
perform.  Having them reversed causes some subtle bugs in the
bonding code's responsiveness to LACP changes.
vswitchd/bridge.c