Signed-off-by: Máté Eckl <[email protected]>
---
doc/stateful-objects.txt | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/doc/stateful-objects.txt b/doc/stateful-objects.txt
index 9d99264..57bf627 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 {
--
ecklm
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html