bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERS
[deliverable/linux.git] / net / ipv4 / devinet.c
index 5345b0bee6df816858c1424d0ccb50988d133aa2..acf553f95b5b0ff61e7eb678a9016e20781554e5 100644 (file)
@@ -1203,6 +1203,7 @@ static int inetdev_event(struct notifier_block *this, unsigned long event,
                        break;
                /* fall through */
        case NETDEV_NOTIFY_PEERS:
+       case NETDEV_BONDING_FAILOVER:
                /* Send gratuitous ARP to notify of link change */
                inetdev_send_gratuitous_arp(dev, in_dev);
                break;
This page took 0.024192 seconds and 5 git commands to generate.