aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMilan Kocian <milon@wq.cz>2007-09-15 21:48:27 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:51:18 -0700
commit0b69d4bd263c75b3e2ec94f1c72f338b84be817e (patch)
tree7a7d4d3a18ac51307e75150008d596281d35a3d6 /net
parent63d804eade298208037045ab6728c933f2b6c27d (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')
-rw-r--r--net/ipv6/addrconf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
index ee55be97540..a68c626567f 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)
else
ipv6_mc_down(idev);
- /* Step 5: netlink notification of this interface */
idev->tstamp = jiffies;
- inet6_ifinfo_notify(RTM_DELLINK, idev);
/* Shot the device (if unregistered) */