]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tipc-next'
authorDavid S. Miller <davem@davemloft.net>
Fri, 28 Mar 2014 18:46:34 +0000 (14:46 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Mar 2014 18:46:34 +0000 (14:46 -0400)
commitcfed5ab9b974dad2edcfa02b739aa84cad2f7d95
tree09049ec1857214f78c7bee8040eef6e66c0a971e
parente224b28248643f4013ed912f7e5cf24b0d4be654
parent4f32790f5baf964419354876bef6f2d63f246fde
Merge branch 'tipc-next'

Erik Hugne says:

====================
tipc: fix handling of NETDEV_CHANGEADDR event

Aside from manual reconfiguration of the netdevice hwaddr, this can also
be changed automatically for an interface bond in active-backup mode
if fail_over_mac is enabled. This patchset fixes the handling of this
event in TIPC by properly updating the l2 media address for the bearer,
followed by a reinitialization of the node discovery mechanism.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>