mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 22:53:18 +00:00
[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>
This commit is contained in:
parent
63d804eade
commit
0b69d4bd26
1 changed files with 0 additions and 2 deletions
|
@ -2495,9 +2495,7 @@ static int addrconf_ifdown(struct net_device *dev, int how)
|
||||||
else
|
else
|
||||||
ipv6_mc_down(idev);
|
ipv6_mc_down(idev);
|
||||||
|
|
||||||
/* Step 5: netlink notification of this interface */
|
|
||||||
idev->tstamp = jiffies;
|
idev->tstamp = jiffies;
|
||||||
inet6_ifinfo_notify(RTM_DELLINK, idev);
|
|
||||||
|
|
||||||
/* Shot the device (if unregistered) */
|
/* Shot the device (if unregistered) */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue