lacp: Loosen lacp_slave_is_current().
authorEthan Jackson <ethan@nicira.com>
Mon, 13 Jun 2011 20:45:05 +0000 (13:45 -0700)
committerEthan Jackson <ethan@nicira.com>
Tue, 14 Jun 2011 18:17:24 +0000 (11:17 -0700)
commitb6466afa85a9960f9424089f41c1a6e14009c994
treef349e32d71d35cf168eea3274d01cd8c04cd376a
parentaebf4235f3938b9e8865d4eb4a767d7584478d30
lacp: Loosen lacp_slave_is_current().

The lacp_slave_is_current() function is used to indicate to a
controller failover status of the LACP module.  However, the result
of this function is more strict than the failover logic.  Thus, the
function will generally return false quite a bit before a failover
actually happens.  This patch loosens lacp_slave_is_current() so
that it changes in-line with the failover logic.
lib/lacp.c