]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit705f5eacf60abe1d84659a02e2009df6b9898952
tree4141cd2fa39ae589055057e912d3235150d670c5
parentcd7381d5b8ee23ace66a9ccc323cfbc43b959a1a
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>
net/bridge/br_if.c
net/bridge/br_private.h
net/bridge/br_stp_if.c
net/core/dev.c