]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/bridge/br_notify.c
[TIPC]: Fixed memory leak in tipc_link_send() when destination is unreachable
[linux-2.6-omap-h63xx.git] / net / bridge / br_notify.c
index a43a9c1d50d7daa21c732523e9d2cdb3d36e3a9e..20278494e4da0d11712cfad0ed31f410abc5eb35 100644 (file)
@@ -14,6 +14,7 @@
  */
 
 #include <linux/kernel.h>
+#include <linux/rtnetlink.h>
 
 #include "br_private.h"
 
@@ -49,6 +50,7 @@ static int br_device_event(struct notifier_block *unused, unsigned long event, v
 
        case NETDEV_CHANGEADDR:
                br_fdb_changeaddr(p, dev->dev_addr);
+               br_ifinfo_notify(RTM_NEWLINK, p);
                br_stp_recalculate_bridge_id(br);
                break;