summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAviv Heller <avivh@mellanox.com>2016-07-05 09:09:47 (GMT)
committerDavid S. Miller <davem@davemloft.net>2016-07-05 18:51:55 (GMT)
commita30b016808e214c6864ad579ef867b3fe0a314f8 (patch)
tree98ec3e3d4154e5be48a4af89eb7ed7b8dc25427e /lib
parent2609af19362d03332b55fc7836e7023bcd6d90bf (diff)
downloadlinux-a30b016808e214c6864ad579ef867b3fe0a314f8.tar.xz
bonding: fix enslavement slave link notifications
Currently, link notifications are not sent by bond_set_slave_link_state() upon enslavement if the slave is enslaved when up. This happens because slave->link default init value is 0, which is the same as BOND_LINK_UP, resulting in bond_set_slave_link_state() ignoring this transition. This patch sets the default value of slave->link to BOND_LINK_NOCHANGE, assuring it will count as a state transition and thus trigger notification logic. Signed-off-by: Aviv Heller <avivh@mellanox.com> Reviewed-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions