[NETNS][IPV6]: Make sysctls route per namespace.
All the sysctl concerning the routes are moved to the network namespace structure. A helper function is called to initialize the variables. Because the ipv6 protocol is not yet per namespace, the variables are accessed relatively from the network namespace. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
7c76509d0d
commit
4990509f19
@@ -43,8 +43,6 @@ extern struct rt6_info ip6_prohibit_entry;
|
||||
extern struct rt6_info ip6_blk_hole_entry;
|
||||
#endif
|
||||
|
||||
extern int ip6_rt_gc_interval;
|
||||
|
||||
extern void ip6_route_input(struct sk_buff *skb);
|
||||
|
||||
extern struct dst_entry * ip6_route_output(struct sock *sk,
|
||||
|
Reference in New Issue
Block a user