aboutsummaryrefslogtreecommitdiff
path: root/net/core/dst.c
diff options
context:
space:
mode:
authorDenis V. Lunev <den@openvz.org>2008-02-28 20:49:44 -0800
committerDavid S. Miller <davem@davemloft.net>2008-02-28 20:49:44 -0800
commit9de8f76d200342f1e9495861c2c9ce87a6bc26d0 (patch)
tree0f7772306b8e412885b2f13cc555d6b19464d62a /net/core/dst.c
parentbe162d6288053305c32588c0596eb5e8dd90c564 (diff)
[NETNS]: DST cleanup routines should be called inside namespace.
Device inside the namespace can be started and downed. So, active routing cache should be cleaned up on device stop. Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/dst.c')
-rw-r--r--net/core/dst.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/core/dst.c b/net/core/dst.c
index 7deef483c79..3a01a819ba4 100644
--- a/net/core/dst.c
+++ b/net/core/dst.c
@@ -295,9 +295,6 @@ static int dst_dev_event(struct notifier_block *this, unsigned long event, void
struct net_device *dev = ptr;
struct dst_entry *dst, *last = NULL;
- if (dev->nd_net != &init_net)
- return NOTIFY_DONE;
-
switch (event) {
case NETDEV_UNREGISTER:
case NETDEV_DOWN: