vswitch: Make bonded interface up/down detection happen faster.
authorBen Pfaff <blp@nicira.com>
Thu, 4 Jun 2009 22:35:35 +0000 (15:35 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 4 Jun 2009 22:35:35 +0000 (15:35 -0700)
commita58090209a91145f803766dc0b0cc925414c6fb8
tree4752c01aeee2e5be1130047f83c780e6a6afac2c
parent7a8e18e61ffa339bc50b79fdbf941af21d8de12b
vswitch: Make bonded interface up/down detection happen faster.

Our timer calls wait until delay_expires, but our actions only happen
*after* delay_expires, so if there was nothing to wake us up soon
afterward then we could take a while to bring the bonded interface up
or down.
vswitchd/bridge.c