summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Luis Vázquez Cao <fernando@oss.ntt.co.jp>2011-08-02 10:00:40 +0900
committerJan Engelhardt <jengelh@medozas.de>2011-08-26 15:14:04 +0200
commitdebcf48f6a72914a9c06e99b175ad64ef1f6f1cb (patch)
tree7c1abcf242d5e2253475775246972b5061f07762
parentd51a97bc52ee81a962b761c7e58a5eb9f07a2c8a (diff)
libxt_TOS: update linux kernel version list for backported fix
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--extensions/libxt_TOS.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/libxt_TOS.man b/extensions/libxt_TOS.man
index f9896740..58118ec2 100644
--- a/extensions/libxt_TOS.man
+++ b/extensions/libxt_TOS.man
@@ -28,9 +28,9 @@ Binary XOR the TOS value with \fIbits\fP. (Mnemonic for \fB\-\-set\-tos\fP
\fIbits\fP\fB/0\fP. See NOTE below.)
.PP
NOTE: In Linux kernels up to and including 2.6.38, with the exception of
-longterm releases 2.6.32.42 (or later) and 2.6.33.15 (or later), there is a bug
-whereby IPv6 TOS mangling does not behave as documented and differs from the
-IPv4 version. The TOS mask indicates the bits one wants to zero out, so it needs
-to be inverted before applying it to the original TOS field. However, the
+longterm releases 2.6.32 (>=.42), 2.6.33 (>=.15), and 2.6.35 (>=.14), there is
+a bug whereby IPv6 TOS mangling does not behave as documented and differs from
+the IPv4 version. The TOS mask indicates the bits one wants to zero out, so it
+needs to be inverted before applying it to the original TOS field. However, the
aformentioned kernels forgo the inversion which breaks --set-tos and its
mnemonics.