diff options
author | Milan Kocian <milon@wq.cz> | 2007-09-16 00:48:27 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:51:18 -0400 |
commit | 0b69d4bd263c75b3e2ec94f1c72f338b84be817e (patch) | |
tree | 7a7d4d3a18ac51307e75150008d596281d35a3d6 /net/ipv6 | |
parent | 63d804eade298208037045ab6728c933f2b6c27d (diff) |
[IPV6]: Remove redundant RTM_DELLINK message.
Remove useless message. We get the right message from another
subsystem.
Signed-off-by: Milan Kocian <milon@wq.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 | ||