[IPV4]: Do not remove idev when addresses are cleared
Now that we create idev before addresses are added, it no longer makes sense to remove them when addresses are all deleted. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
85f6038f21
commit
6363097cc4
@@ -327,12 +327,8 @@ static void __inet_del_ifa(struct in_device *in_dev, struct in_ifaddr **ifap,
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
if (destroy) {
|
if (destroy)
|
||||||
inet_free_ifa(ifa1);
|
inet_free_ifa(ifa1);
|
||||||
|
|
||||||
if (!in_dev->ifa_list)
|
|
||||||
inetdev_destroy(in_dev);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void inet_del_ifa(struct in_device *in_dev, struct in_ifaddr **ifap,
|
static void inet_del_ifa(struct in_device *in_dev, struct in_ifaddr **ifap,
|
||||||
|
Reference in New Issue
Block a user