commit | ab452c3ce7bacb27ffe2fc0144aecd0c399e1e24 | [log] [tgz] |
---|---|---|
author | Keefe Liu <liuqifa@huawei.com> | Mon May 14 19:38:09 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed May 16 11:59:41 2018 -0400 |
tree | cc4e69c6986ae0e8bd41d264156bb6b36dc7e0a3 | |
parent | f3002c1374fb2367c9d8dbb28852791ef90d2bac [diff] |
ipvlan: call netdevice notifier when master mac address changed When master device's mac has been changed, the commit 32c10bbfe914 ("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>