Skip to content

Commit

Permalink
[IPV6]: Remove redundant RTM_DELLINK message.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Milan Kocian authored and David S. Miller committed Oct 10, 2007
1 parent 63d804e commit 0b69d4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) */

Expand Down

0 comments on commit 0b69d4b

Please sign in to comment.