]> git.baikalelectronics.ru Git - kernel.git/commit
bonding: Fix another case of LACPDU not sent on slave
authorMahesh Bandewar <maheshb@google.com>
Mon, 30 Mar 2015 21:31:16 +0000 (14:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2015 21:14:26 +0000 (17:14 -0400)
commitc78003b9eb9ddf4e52484b84225a3cf0b5b30cf9
tree3c3779f80febcfa01f22a79f63c42fc812917132
parent5bfddd6b8f60b65faacce649ceeea51bdf341dab
bonding: Fix another case of LACPDU not sent on slave

When mii-mon discovers that the link is up, it will call
bond_3ad_handle_link_change() but we forget to add the LACP_ENABLED
flag when we discover the speed and duplex for the slave link are
normal.

Change-Id: Ie8b268ecfeea0f99bf9fdcd72706c0653f9d9e49
Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: Andy Gospodarek <gospo@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_3ad.c