lacp: issue with slave interface admin up after it is added to the bond group [VPP... 87/14587/1
authorSteven <[email protected]>
Fri, 17 Aug 2018 16:44:08 +0000 (09:44 -0700)
committersteven luong <[email protected]>
Fri, 31 Aug 2018 05:16:42 +0000 (05:16 +0000)
commitfe47e29fc6ddcb664f76f4ebbfd2593cb0282e43
treed7ba0d609a8a4d34c1fc0a15264a48a3edb1f804
parentead8eb34e305b7bb145f7a113107010f28cdc954
lacp: issue with slave interface admin up after it is added to the bond group [VPP-1409]

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 <[email protected]>
(cherry picked from commit bf21dc85053931bc597e0fab1112061aa60e986b)
src/plugins/lacp/lacp.c