|
@@ -116,7 +116,7 @@ int nf_conntrack_acct_init(struct net *net)
|
|
if (net_eq(net, &init_net)) {
|
|
if (net_eq(net, &init_net)) {
|
|
#ifdef CONFIG_NF_CT_ACCT
|
|
#ifdef CONFIG_NF_CT_ACCT
|
|
printk(KERN_WARNING "CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use\n");
|
|
printk(KERN_WARNING "CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use\n");
|
|
- printk(KERN_WARNING "nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or\n");
|
|
|
|
|
|
+ printk(KERN_WARNING "nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or\n");
|
|
printk(KERN_WARNING "sysctl net.netfilter.nf_conntrack_acct=1 to enable it.\n");
|
|
printk(KERN_WARNING "sysctl net.netfilter.nf_conntrack_acct=1 to enable it.\n");
|
|
#endif
|
|
#endif
|
|
|
|
|