diff options
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/addrconf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index ee55be975407..a68c626567f2 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c | |||
@@ -2495,9 +2495,7 @@ static int addrconf_ifdown(struct net_device *dev, int how) | |||
2495 | else | 2495 | else |
2496 | ipv6_mc_down(idev); | 2496 | ipv6_mc_down(idev); |
2497 | 2497 | ||
2498 | /* Step 5: netlink notification of this interface */ | ||
2499 | idev->tstamp = jiffies; | 2498 | idev->tstamp = jiffies; |
2500 | inet6_ifinfo_notify(RTM_DELLINK, idev); | ||
2501 | 2499 | ||
2502 | /* Shot the device (if unregistered) */ | 2500 | /* Shot the device (if unregistered) */ |
2503 | 2501 | ||