[NETNS][FRAGS]: Duplicate sysctl tables for new namespaces.
Each namespace has to have own tables to tune their different parameters, so duplicate the tables and register them. All the tables in sub-namespaces are temporarily made read-only. 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
6ddc082223
commit
e4a2d5c2bc
@ -12,6 +12,7 @@ struct ctl_table_header;
|
||||
struct netns_sysctl_ipv6 {
|
||||
#ifdef CONFIG_SYSCTL
|
||||
struct ctl_table_header *table;
|
||||
struct ctl_table_header *frags_hdr;
|
||||
#endif
|
||||
struct inet_frags_ctl frags;
|
||||
int bindv6only;
|
||||
|
Reference in New Issue
Block a user