[NETNS]: Provide correct namespace for fibnl netlink socket.
[safe/jmp/linux-2.6] / include / net / netns / ipv4.h
index 2dd3193..3872aa7 100644 (file)
@@ -9,6 +9,7 @@ struct ctl_table_header;
 struct ipv4_devconf;
 struct fib_rules_ops;
 struct hlist_head;
+struct sock;
 
 struct netns_ipv4 {
 #ifdef CONFIG_SYSCTL
@@ -20,5 +21,6 @@ struct netns_ipv4 {
        struct fib_rules_ops    *rules_ops;
 #endif
        struct hlist_head       *fib_table_hash;
+       struct sock             *fibnl;
 };
 #endif