From 0e0a0d3da0d53f7d53292820c552503aa56ce12e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Eckl?= Date: Wed, 1 Aug 2018 19:28:51 +0200 Subject: doc: stateful-objects.txt: Wrap extra long lines to 80 chars MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Máté Eckl Signed-off-by: Florian Westphal --- doc/stateful-objects.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'doc/stateful-objects.txt') 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 { -- cgit v1.2.3