From c06742539805717a02c6bc5088843d4fd59b6ded Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 15 Jul 2010 20:15:16 +0200 Subject: 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 --- doc/sync/alarm/conntrackd.conf | 1 + doc/sync/ftfw/conntrackd.conf | 1 + doc/sync/notrack/conntrackd.conf | 1 + 3 files changed, 3 insertions(+) (limited to 'doc') 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 # } -- cgit v1.2.3