]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
libxt_TOS: update linux kernel version list for backported fix
authorFernando Luis Vázquez Cao <fernando@oss.ntt.co.jp>
Tue, 2 Aug 2011 01:00:40 +0000 (10:00 +0900)
committerJan Engelhardt <jengelh@medozas.de>
Fri, 26 Aug 2011 13:14:04 +0000 (15:14 +0200)
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
extensions/libxt_TOS.man

index f9896740c0a3694718c073d5a729e1129dd629a7..58118ec2eeecdd4bb3203bfc3a28c4db1a7c1f3a 100644 (file)
@@ -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.