diff options
Diffstat (limited to 'include/net/netns/ipv6.h')
-rw-r--r-- | include/net/netns/ipv6.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/netns/ipv6.h b/include/net/netns/ipv6.h index 82623d3a8e35..b0653261c5a3 100644 --- a/include/net/netns/ipv6.h +++ b/include/net/netns/ipv6.h | |||
@@ -36,6 +36,11 @@ struct netns_ipv6 { | |||
36 | struct xt_table *ip6table_mangle; | 36 | struct xt_table *ip6table_mangle; |
37 | struct xt_table *ip6table_raw; | 37 | struct xt_table *ip6table_raw; |
38 | #endif | 38 | #endif |
39 | struct hlist_head *fib_table_hash; | ||
40 | struct fib6_table *fib6_main_tbl; | ||
41 | #ifdef CONFIG_IPV6_MULTIPLE_TABLES | ||
42 | struct fib6_table *fib6_local_tbl; | ||
43 | #endif | ||
39 | struct sock **icmp_sk; | 44 | struct sock **icmp_sk; |
40 | }; | 45 | }; |
41 | #endif | 46 | #endif |