]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
doc: stateful-objects.txt: Wrap extra long lines to 80 chars
authorMáté Eckl <ecklm94@gmail.com>
Wed, 1 Aug 2018 17:28:51 +0000 (19:28 +0200)
committerFlorian Westphal <fw@strlen.de>
Wed, 1 Aug 2018 18:09:03 +0000 (20:09 +0200)
Signed-off-by: Máté Eckl <ecklm94@gmail.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
doc/stateful-objects.txt

index 9d992647879bfb9480abfa4e81c86be8def43f72..57bf6272bd066a1a447d54f5c3f7ba6c69510a77 100644 (file)
@@ -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 {