summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMáté Eckl <ecklm94@gmail.com>2018-08-01 19:28:51 +0200
committerFlorian Westphal <fw@strlen.de>2018-08-01 20:09:03 +0200
commit0e0a0d3da0d53f7d53292820c552503aa56ce12e (patch)
tree52c0cc5835d7153bda478235cc2ce3c15f23ad3c /doc
parentd5b6b8f90c6127b3832afac1d2c016a62f564735 (diff)
doc: stateful-objects.txt: Wrap extra long lines to 80 chars
Signed-off-by: Máté Eckl <ecklm94@gmail.com> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/stateful-objects.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/stateful-objects.txt b/doc/stateful-objects.txt
index 9d992647..57bf6272 100644
--- a/doc/stateful-objects.txt
+++ b/doc/stateful-objects.txt
@@ -3,7 +3,11 @@ CT
[verse]
*ct* helper 'helper' {type 'type' protocol 'protocol' ; [l3proto 'family' ;] }
-Ct helper is used to define connection tracking helpers that can then be used in combination with the *ct helper set* statement. 'type' and 'protocol' are mandatory, l3proto is derived from the table family by default, i.e. in the inet table the kernel will try to load both the ipv4 and ipv6 helper backends, if they are supported by the kernel.
+Ct helper is used to define connection tracking helpers that can then be used in
+combination with the *ct helper set* statement. 'type' and 'protocol' are
+mandatory, l3proto is derived from the table family by default, i.e. in the inet
+table the kernel will try to load both the ipv4 and ipv6 helper backends, if
+they are supported by the kernel.
.conntrack helper specifications
[options="header"]
@@ -22,7 +26,8 @@ address family (e.g. ip)
.defining and assigning ftp helper
----------------------------------
-Unlike iptables, helper assignment needs to be performed after the conntrack lookup has completed, for example with the default 0 hook priority.
+Unlike iptables, helper assignment needs to be performed after the conntrack
+lookup has completed, for example with the default 0 hook priority.
table inet myhelpers {
ct helper ftp-standard {