Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvar...
[pandora-kernel.git] / net / bridge / br_netlink.c
index 6814083..5b1ed1b 100644 (file)
@@ -188,6 +188,8 @@ static int br_rtm_setlink(struct sk_buff *skb,  struct nlmsghdr *nlh, void *arg)
 
        p->state = new_state;
        br_log_state(p);
+       br_ifinfo_notify(RTM_NEWLINK, p);
+
        return 0;
 }