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

Commit 979ad663 authored by Yan Zheng's avatar Yan Zheng Committed by Arnaldo Carvalho de Melo
Browse files

[IPV6]: inet6_ifinfo_notify should use RTM_DELLINK in addrconf_ifdown

parent c75d721c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2163,7 +2163,7 @@ static int addrconf_ifdown(struct net_device *dev, int how)

	/* Step 5: netlink notification of this interface */
	idev->tstamp = jiffies;
	inet6_ifinfo_notify(RTM_NEWLINK, idev);
	inet6_ifinfo_notify(RTM_DELLINK, idev);
	
	/* Shot the device (if unregistered) */