bridge: notify applications if address of bridge device changes
authorstephen hemminger <shemminger@vyatta.com>
Thu, 24 Mar 2011 13:24:01 +0000 (13:24 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Mar 2011 06:35:02 +0000 (23:35 -0700)
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>

No differences found