summaryrefslogtreecommitdiffstats
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
parentace1f6a61b6842e2b49ec7a08f368a2d9f433be0 (diff)
minor fix of the manpage (Max Wilhelm)
-rw-r--r--ChangeLog1
-rw-r--r--conntrackd.82
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index db11bf3..02ac75a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,7 @@ o fix asymmetric path support (reported by Gary Richards)
o improve netlink overrun handling
o add more verbose error notification when we fail to inject a conntrack
o rework of the FT-FW approach
+o minor fix of the manpage (Max Wilhelm)
version 0.9.6 (2008/03/08)
------------------------------
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