summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-06-22 17:48:16 +0000
committerbz <bz@FreeBSD.org>2009-06-22 17:48:16 +0000
commit309ab541f2459967517418064abfdf4a506e8a6f (patch)
treec21bbe3b3caec3df904094416659b8661ea86397 /sys/net/if.c
parentd05c6432a78b010e5a1cafd8330110c63350a8b4 (diff)
downloadFreeBSD-src-309ab541f2459967517418064abfdf4a506e8a6f.zip
FreeBSD-src-309ab541f2459967517418064abfdf4a506e8a6f.tar.gz
Move virtualization of routing related variables into their own
Vimage module, which had been there already but now is stateful. All variables are now file local; so this further limits the global spreading of routing related things throughout the kernel. Add a missing function local variable in case of MPATHing. Reviewed by: zec
Diffstat (limited to 'sys/net/if.c')
-rw-r--r--sys/net/if.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index eb5e519..3990e3f 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -182,9 +182,6 @@ static struct filterops netdev_filtops =
#ifndef VIMAGE_GLOBALS
static struct vnet_symmap vnet_net_symmap[] = {
VNET_SYMMAP(net, ifnet),
- VNET_SYMMAP(net, rt_tables),
- VNET_SYMMAP(net, rtstat),
- VNET_SYMMAP(net, rttrash),
VNET_SYMMAP_END
};
OpenPOWER on IntegriCloud