From: Milan Kocian Date: Sun, 16 Sep 2007 04:48:27 +0000 (-0700) Subject: [IPV6]: Remove redundant RTM_DELLINK message. X-Git-Tag: v2.6.24-rc1~1454^2~484 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=0b69d4bd263c75b3e2ec94f1c72f338b84be817e;p=~emulex%2Finfiniband.git [IPV6]: Remove redundant RTM_DELLINK message. Remove useless message. We get the right message from another subsystem. Signed-off-by: Milan Kocian Signed-off-by: David S. Miller --- 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) */