summaryrefslogtreecommitdiffstats
path: root/conntrackd.8
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-05-14 17:49:10 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-05-14 17:49:10 +0000
commitd97bb9c44030d1493cae82433825b77585768a75 (patch)
tree8a3b6519735522a8a75c30a719709cd8adcec7c1 /conntrackd.8
parentace1f6a61b6842e2b49ec7a08f368a2d9f433be0 (diff)
minor fix of the manpage (Max Wilhelm)
Diffstat (limited to 'conntrackd.8')
-rw-r--r--conntrackd.82
1 files changed, 1 insertions, 1 deletions
diff --git a/conntrackd.8 b/conntrackd.8
index 3533585..b2aa10e 100644
--- a/conntrackd.8
+++ b/conntrackd.8
@@ -59,7 +59,7 @@ Dumps the states held in the internal cache, i.e. those handled by this firewall
Dumps the states held in the external cache, i.e. those handled by other replica firewalls
.TP
.B conntrackd \-c
-Commits the internal cache into the kernel connection tracking system. This is used to inject the state so that the connections can be recovered during the failover.
+Commits the external cache into the kernel connection tracking system. This is used to inject the state so that the connections can be recovered during the failover.
.SH DEPENDENCIES
This daemon requires a Linux kernel version >= 2.6.18. TCP window tracking support requires >= 2.6.22, otherwise you have to disable it. Helpers are fully supported since >= 2.6.25, however, if you use any previous version, depending on the protocol helper and your setup (e.g. if you setup performs NAT sequence adjustments or not), your help connection may be successfully recovered.
.TP