[NETNS][FRAGS]: Move ctl tables around.
This is a preparation for sysctl netns-ization. Move the ctl tables to the files, where the tuning variables reside. Plus make the helpers to register the tables. This will simplify the later patches and will keep similar things closer to each other. ipv4, ipv6 and conntrack_reasm are patched differently, but the result is all the tables are in appropriate files. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
9d5c824399
commit
8d8354d2fb
@ -587,7 +587,6 @@ extern int ip6_mc_msfget(struct sock *sk, struct group_filter *gsf,
|
||||
|
||||
#ifdef CONFIG_PROC_FS
|
||||
extern struct ctl_table *ipv6_icmp_sysctl_init(struct net *net);
|
||||
extern void ipv6_frag_sysctl_init(struct net *net);
|
||||
extern struct ctl_table *ipv6_route_sysctl_init(struct net *net);
|
||||
|
||||
extern int ac6_proc_init(void);
|
||||
|
Reference in New Issue
Block a user