diff options
Diffstat (limited to 'net/ipv6/addrconf.c')
-rw-r--r-- | net/ipv6/addrconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index 41edc14851e8..2c5f57299d63 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c | |||
@@ -2163,7 +2163,7 @@ static int addrconf_ifdown(struct net_device *dev, int how) | |||
2163 | 2163 | ||
2164 | /* Step 5: netlink notification of this interface */ | 2164 | /* Step 5: netlink notification of this interface */ |
2165 | idev->tstamp = jiffies; | 2165 | idev->tstamp = jiffies; |
2166 | inet6_ifinfo_notify(RTM_NEWLINK, idev); | 2166 | inet6_ifinfo_notify(RTM_DELLINK, idev); |
2167 | 2167 | ||
2168 | /* Shot the device (if unregistered) */ | 2168 | /* Shot the device (if unregistered) */ |
2169 | 2169 | ||