ipvlan: Add handling of NETDEV_UP events
[linux-2.6-microblaze.git] / drivers / net / ipvlan / ipvlan_main.c
index a707502..c0b21a5 100644 (file)
@@ -732,6 +732,7 @@ static int ipvlan_device_event(struct notifier_block *unused,
        port = ipvlan_port_get_rtnl(dev);
 
        switch (event) {
+       case NETDEV_UP:
        case NETDEV_CHANGE:
                list_for_each_entry(ipvlan, &port->ipvlans, pnode)
                        netif_stacked_transfer_operstate(ipvlan->phy_dev,