diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-07-15 20:15:16 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-07-15 20:15:16 +0200 |
commit | c06742539805717a02c6bc5088843d4fd59b6ded (patch) | |
tree | dafdc6077d9920db2e4619eef6765072d989aac9 /doc | |
parent | 1f3c6df4f8984fce347718cca09dd0e2fa138ce1 (diff) | |
download | conntrack-tools-c06742539805717a02c6bc5088843d4fd59b6ded.tar.gz conntrack-tools-c06742539805717a02c6bc5088843d4fd59b6ded.zip |
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')
-rw-r--r-- | doc/sync/alarm/conntrackd.conf | 1 | ||||
-rw-r--r-- | doc/sync/ftfw/conntrackd.conf | 1 | ||||
-rw-r--r-- | doc/sync/notrack/conntrackd.conf | 1 |
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 # } |