提交 0b69d4bd 编写于 作者: M Milan Kocian 提交者: David S. Miller

[IPV6]: Remove redundant RTM_DELLINK message.

Remove useless message. We get the right message from another
subsystem.
Signed-off-by: NMilan Kocian <milon@wq.cz>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 63d804ea
......@@ -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) */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册