diff options
author | Benjamin Thery <benjamin.thery@bull.net> | 2008-03-04 16:49:23 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-03-04 16:49:23 -0500 |
commit | f2fc6a54585a1be6669613a31fbaba2ecbadcd36 (patch) | |
tree | c9605859d6abd163ba73da7c29a278a503095c6f /include/net/netns/ipv6.h | |
parent | 9a7ec3a94d8da475fe81810aa55136a81556d445 (diff) |
[NETNS][IPV6] route6 - move ip6_dst_ops inside the network namespace
The ip6_dst_ops is moved inside the network namespace structure. All
references to this structure are now relative to the initial network
namespace.
Signed-off-by: Benjamin Thery <benjamin.thery@bull.net>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netns/ipv6.h')
-rw-r--r-- | include/net/netns/ipv6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/ipv6.h b/include/net/netns/ipv6.h index 311a942f36e9..53b5a283a4b3 100644 --- a/include/net/netns/ipv6.h +++ b/include/net/netns/ipv6.h | |||
@@ -41,6 +41,7 @@ struct netns_ipv6 { | |||
41 | struct timer_list *ip6_fib_timer; | 41 | struct timer_list *ip6_fib_timer; |
42 | struct hlist_head *fib_table_hash; | 42 | struct hlist_head *fib_table_hash; |
43 | struct fib6_table *fib6_main_tbl; | 43 | struct fib6_table *fib6_main_tbl; |
44 | struct dst_ops *ip6_dst_ops; | ||
44 | #ifdef CONFIG_IPV6_MULTIPLE_TABLES | 45 | #ifdef CONFIG_IPV6_MULTIPLE_TABLES |
45 | struct rt6_info *ip6_prohibit_entry; | 46 | struct rt6_info *ip6_prohibit_entry; |
46 | struct rt6_info *ip6_blk_hole_entry; | 47 | struct rt6_info *ip6_blk_hole_entry; |