summaryrefslogtreecommitdiffstats
path: root/sys/net/vnet.h
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/vnet.h
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/vnet.h')
-rw-r--r--sys/net/vnet.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/net/vnet.h b/sys/net/vnet.h
index 696e472..74e5b59 100644
--- a/sys/net/vnet.h
+++ b/sys/net/vnet.h
@@ -44,11 +44,6 @@ struct vnet_net {
int _if_indexlim;
struct knlist _ifklist;
- struct rtstat _rtstat;
- struct radix_node_head *_rt_tables;
- int _rttrash;
- uma_zone_t _rtzone;
-
struct ifnet * _loif;
struct if_clone * _lo_cloner;
struct ifc_simple_data *_lo_cloner_data;
OpenPOWER on IntegriCloud