lacp: issue with slave interface admin up after it is added to the bond group 16/14316/2
authorSteven <sluong@cisco.com>
Fri, 17 Aug 2018 16:44:08 +0000 (09:44 -0700)
committerDamjan Marion <dmarion@me.com>
Fri, 17 Aug 2018 19:39:03 +0000 (19:39 +0000)
commitbf21dc85053931bc597e0fab1112061aa60e986b
treece8a4956d40c8be1f7223931bf8de943eeb51612
parent4af47b89c6d2d1ad08541bb61bf49346a641cb10
lacp: issue with slave interface admin up after it is added to the bond group

When the slave interface is admin up after it is added to the bond group,
lacp does not send lacp pdu's to the interface because its periodic timer
is not running.

The issue was the slave interface's variables got reset after the state
machines were initialized.

Change-Id: I2942556ce29a4acc97db3be40293e69bed7b6679
Signed-off-by: Steven <sluong@cisco.com>
src/plugins/lacp/lacp.c