Skip to content
Snippets Groups Projects
Commit d70a011d authored by Tim Gardner's avatar Tim Gardner Committed by Patrick McHardy
Browse files

netfilter: complete the deprecation of CONFIG_NF_CT_ACCT


CONFIG_NF_CT_ACCT has been deprecated for awhile and
was originally scheduled for removal by 2.6.29.

Removing support for this config option also stops
this deprecation warning message in the kernel log.

[   61.669627] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   61.669850] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
[   61.669852] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
[   61.669853] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.

Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
[Patrick: changed default value to 0]
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
parent a8756201
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment