netfilter: conntrack: remove leftover binary sysctl define
Users got removed in f8572d8f2a
("sysctl net: Remove unused binary
sysctl code").
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
a7f1884554
commit
720b287d83
|
@ -489,8 +489,6 @@ static struct ctl_table nf_ct_sysctl_table[] = {
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
#define NET_NF_CONNTRACK_MAX 2089
|
|
||||||
|
|
||||||
static struct ctl_table nf_ct_netfilter_table[] = {
|
static struct ctl_table nf_ct_netfilter_table[] = {
|
||||||
{
|
{
|
||||||
.procname = "nf_conntrack_max",
|
.procname = "nf_conntrack_max",
|
||||||
|
|
Loading…
Reference in New Issue