commit | edf947f10074fea27fdb1730524dca59355a1c40 | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Thu Mar 24 13:24:01 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 27 23:35:02 2011 -0700 |
tree | 4141cd2fa39ae589055057e912d3235150d670c5 | |
parent | 8628bd8af7c4c14f40f5183f80f5744c4e682439 [diff] |
bridge: notify applications if address of bridge device changes The mac address of the bridge device may be changed when a new interface is added to the bridge. If this happens, then the bridge needs to call the network notifiers to tickle any other systems that care. Since bridge can be a module, this also means exporting the notifier function. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>