summaryrefslogtreecommitdiffstats
path: root/doc/sync
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2010-07-15 20:15:16 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2010-07-15 20:15:16 +0200
commitc06742539805717a02c6bc5088843d4fd59b6ded (patch)
treedafdc6077d9920db2e4619eef6765072d989aac9 /doc/sync
parent1f3c6df4f8984fce347718cca09dd0e2fa138ce1 (diff)
conntrackd: warn on TCPWindowTracking option (it requires kernel >= 2.6.35)
This patch adds a comment on the TCPWindowTracking option to warn that this will be supported since the Linux kernel 2.6.35. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/sync')
-rw-r--r--doc/sync/alarm/conntrackd.conf1
-rw-r--r--doc/sync/ftfw/conntrackd.conf1
-rw-r--r--doc/sync/notrack/conntrackd.conf1
3 files changed, 3 insertions, 0 deletions
diff --git a/doc/sync/alarm/conntrackd.conf b/doc/sync/alarm/conntrackd.conf
index ed36c32..1ec0633 100644
--- a/doc/sync/alarm/conntrackd.conf
+++ b/doc/sync/alarm/conntrackd.conf
@@ -188,6 +188,7 @@ Sync {
#
# TCP state-entries have window tracking disabled by default,
# you can enable it with this option. As said, default is off.
+ # This feature requires a Linux kernel >= 2.6.35.
#
# TCPWindowTracking Off
# }
diff --git a/doc/sync/ftfw/conntrackd.conf b/doc/sync/ftfw/conntrackd.conf
index 103f9eb..450ac1e 100644
--- a/doc/sync/ftfw/conntrackd.conf
+++ b/doc/sync/ftfw/conntrackd.conf
@@ -211,6 +211,7 @@ Sync {
#
# TCP state-entries have window tracking disabled by default,
# you can enable it with this option. As said, default is off.
+ # This feature requires a Linux kernel >= 2.6.35.
#
# TCPWindowTracking Off
# }
diff --git a/doc/sync/notrack/conntrackd.conf b/doc/sync/notrack/conntrackd.conf
index cc17fe5..50eaaa9 100644
--- a/doc/sync/notrack/conntrackd.conf
+++ b/doc/sync/notrack/conntrackd.conf
@@ -250,6 +250,7 @@ Sync {
#
# TCP state-entries have window tracking disabled by default,
# you can enable it with this option. As said, default is off.
+ # This feature requires a Linux kernel >= 2.6.35.
#
# TCPWindowTracking Off
# }