aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/net_namespace.h
diff options
context:
space:
mode:
authorDenis V. Lunev <den@openvz.org>2008-01-10 03:20:28 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-28 15:01:23 -0800
commit5fd30ee7c48bf7f9cd16ab44c8a09fa4a57cc21d (patch)
treeeb5fc97bcf41f7f1e9dd9d7c312e13c85c1610d0 /include/net/net_namespace.h
parent[NETNS]: Pass fib_rules_ops into default_pref method. (diff)
downloadlinux-dev-5fd30ee7c48bf7f9cd16ab44c8a09fa4a57cc21d.tar.xz
linux-dev-5fd30ee7c48bf7f9cd16ab44c8a09fa4a57cc21d.zip
[NETNS]: Namespacing in the generic fib rules code.
Move static rules_ops & rules_mod_lock to the struct net, register the pernet subsys to init them and enjoy the fact that the core rules infrastructure works in the namespace. Real IPv4 fib rules virtualization requires fib tables support in the namespace and will be done seriously later in the patchset. Acked-by: Benjamin Thery <benjamin.thery@bull.net> Acked-by: Daniel Lezcano <dlezcano@fr.ibm.com> Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/net_namespace.h')
-rw-r--r--include/net/net_namespace.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h
index b0a5f904d252..b8c1d60ba9e4 100644
--- a/include/net/net_namespace.h
+++ b/include/net/net_namespace.h
@@ -40,6 +40,10 @@ struct net {
struct hlist_head *dev_name_head;
struct hlist_head *dev_index_head;
+ /* core fib_rules */
+ struct list_head rules_ops;
+ spinlock_t rules_mod_lock;
+
struct sock *rtnl; /* rtnetlink socket */
/* core sysctls */