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)
commitf3c9ec05ab020b57108647cd30ce67bec156486f
tree09049ec1857214f78c7bee8040eef6e66c0a971e
parentc8c3d7e2449a9e63c3cb72d24cebe956229af427
parent16470111ed2aad67d2e2407aae2a8a53a4a38060
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>