diff options
author | Patrick McHardy <kaber@trash.net> | 2006-11-28 20:35:20 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:31:19 -0500 |
commit | a999e6837603e4b5a164333c93918a1292f074c8 (patch) | |
tree | 22e04633ff4f046b9769ebf304520eb0e0acfa5b /include/net | |
parent | 933a41e7e12b773d1dd026018f02b86b5d257a22 (diff) |
[NETFILTER]: nf_conntrack: sysctl compatibility with old connection tracking
This patch adds an option to keep the connection tracking sysctls visible
under their old names.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/netfilter/nf_conntrack_l4proto.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/net/netfilter/nf_conntrack_l4proto.h b/include/net/netfilter/nf_conntrack_l4proto.h index fe1e8fa30d2f..fc8af08ff542 100644 --- a/include/net/netfilter/nf_conntrack_l4proto.h +++ b/include/net/netfilter/nf_conntrack_l4proto.h | |||
@@ -80,7 +80,11 @@ struct nf_conntrack_l4proto | |||
80 | struct ctl_table_header **ctl_table_header; | 80 | struct ctl_table_header **ctl_table_header; |
81 | struct ctl_table *ctl_table; | 81 | struct ctl_table *ctl_table; |
82 | unsigned int *ctl_table_users; | 82 | unsigned int *ctl_table_users; |
83 | #endif /* CONFIG_SYSCTL */ | 83 | #ifdef CONFIG_NF_CONNTRACK_PROC_COMPAT |
84 | struct ctl_table_header *ctl_compat_table_header; | ||
85 | struct ctl_table *ctl_compat_table; | ||
86 | #endif | ||
87 | #endif | ||
84 | 88 | ||
85 | /* Module (if any) which this is connected to. */ | 89 | /* Module (if any) which this is connected to. */ |
86 | struct module *me; | 90 | struct module *me; |