net: bridge: Handle NETDEV_PRE_CHANGEADDR from ports
authorPetr Machata <petrm@mellanox.com>
Thu, 13 Dec 2018 11:54:39 +0000 (11:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Dec 2018 02:41:38 +0000 (18:41 -0800)
commitb89df65c5e2ab2ce674997e44e87452f4d2e9b05
tree37594890d1b8abd758beabd4b31d5ba812ab893c
parentca935da7f41bb2186f2a007ae183b27f37c8f5a3
net: bridge: Handle NETDEV_PRE_CHANGEADDR from ports

When a port device seeks approval of a potential new MAC address, make
sure that should the bridge device end up using this address, all
interested parties would agree with it.

Signed-off-by: Petr Machata <petrm@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Reviewed-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br.c