Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b69d4bd authored by Milan Kocian's avatar Milan Kocian Committed by David S. Miller
Browse files

[IPV6]: Remove redundant RTM_DELLINK message.



Remove useless message. We get the right message from another
subsystem.

Signed-off-by: default avatarMilan Kocian <milon@wq.cz>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 63d804ea
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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) */