Skip to content

Commit 486dcf4

Browse files
Florian Westphalummakynes
authored andcommitted
netfilter: fix nf_conntrack_helper documentation
Since kernel 4.7 this defaults to off. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
1 parent 00b4422 commit 486dcf4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Documentation/networking/nf_conntrack-sysctl.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,13 @@ nf_conntrack_generic_timeout - INTEGER (seconds)
6262
protocols.
6363

6464
nf_conntrack_helper - BOOLEAN
65-
0 - disabled
66-
not 0 - enabled (default)
65+
0 - disabled (default)
66+
not 0 - enabled
6767

6868
Enable automatic conntrack helper assignment.
69+
If disabled it is required to set up iptables rules to assign
70+
helpers to connections. See the CT target description in the
71+
iptables-extensions(8) man page for further information.
6972

7073
nf_conntrack_icmp_timeout - INTEGER (seconds)
7174
default 30

0 commit comments

Comments
 (0)