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

Commit d1ed113f authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

ipv6: remove duplicate neigh_ifdown



When device is being set to down, neigh_ifdown was being called
twice. Once from addrconf notifier and once from ndisc notifier.

Signed-off-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bc3ef660
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2672,7 +2672,6 @@ static int addrconf_ifdown(struct net_device *dev, int how)
	/* Flush routes if device is being removed or it is not loopback */
	if (how || !(dev->flags & IFF_LOOPBACK))
		rt6_ifdown(net, dev);
	neigh_ifdown(&nd_tbl, dev);

	idev = __in6_dev_get(dev);
	if (idev == NULL)