summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {