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/notrack/conntrackd.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/sync/notrack/conntrackd.conf') 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