]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/8021q/vlan.c
net: convert resend IGMP to notifier event
[mirror_ubuntu-artful-kernel.git] / net / 8021q / vlan.c
index 2fb2d88e8c2e329ec11653c20478bede1c4e5ad8..03a92e1176579a9acf486735bbf5a724e64f2067 100644 (file)
@@ -459,6 +459,7 @@ static int vlan_device_event(struct notifier_block *unused, unsigned long event,
 
        case NETDEV_NOTIFY_PEERS:
        case NETDEV_BONDING_FAILOVER:
+       case NETDEV_RESEND_IGMP:
                /* Propagate to vlan devices */
                vlan_group_for_each_dev(grp, i, vlandev)
                        call_netdevice_notifiers(event, vlandev);