]> git.baikalelectronics.ru Git - kernel.git/commit
ipvlan: call netdevice notifier when master mac address changed
authorKeefe Liu <liuqifa@huawei.com>
Mon, 14 May 2018 11:38:09 +0000 (19:38 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 May 2018 15:59:41 +0000 (11:59 -0400)
commitd7c5fbd9fbdd9cc612255e205764ca8ecb59bb87
treecc4e69c6986ae0e8bd41d264156bb6b36dc7e0a3
parentd9940679c032193a9b5155eca5753ab6db2f58d8
ipvlan: call netdevice notifier when master mac address changed

When master device's mac has been changed, the commit
b12daf1fdb7d ("ipvlan: always use the current L2 addr of the
master") makes the IPVlan devices's mac changed also, but it
doesn't do related works such as flush the IPVlan devices's
arp table.

Signed-off-by: Keefe Liu <liuqifa@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipvlan/ipvlan_main.c