diff options
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/ndisc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c index 62cbd15b4cde..01a0ffc7b402 100644 --- a/net/ipv6/ndisc.c +++ b/net/ipv6/ndisc.c | |||
@@ -1747,6 +1747,7 @@ static int ndisc_netdev_event(struct notifier_block *this, unsigned long event, | |||
1747 | fib6_run_gc(~0UL, net); | 1747 | fib6_run_gc(~0UL, net); |
1748 | break; | 1748 | break; |
1749 | case NETDEV_NOTIFY_PEERS: | 1749 | case NETDEV_NOTIFY_PEERS: |
1750 | case NETDEV_BONDING_FAILOVER: | ||
1750 | ndisc_send_unsol_na(dev); | 1751 | ndisc_send_unsol_na(dev); |
1751 | break; | 1752 | break; |
1752 | default: | 1753 | default: |