summaryrefslogtreecommitdiffstats
path: root/KNOWN_BUGS
diff options
context:
space:
mode:
authorrusty <rusty>2000-10-06 08:11:40 +0000
committerrusty <rusty>2000-10-06 08:11:40 +0000
commitf6eec9c347dd9c8f0f6bed8dd0b4d31f0f84f076 (patch)
tree547153ae24deafbb3282b79ead33dbcded0ee480 /KNOWN_BUGS
parentd0c048aa301ef4abc7e92a82e64cb80278e812a2 (diff)
Known bugs for 2.4.0
Diffstat (limited to 'KNOWN_BUGS')
-rw-r--r--KNOWN_BUGS10
1 files changed, 10 insertions, 0 deletions
diff --git a/KNOWN_BUGS b/KNOWN_BUGS
new file mode 100644
index 0000000..073f8cd
--- /dev/null
+++ b/KNOWN_BUGS
@@ -0,0 +1,10 @@
+Known bugs with the 2.4.0 kernel:
+
+1) NAT in the OUTPUT chain does not work in general. The fix is
+ intrusive, and means we will have a CONFIG_NF_IP_NAT_LOCAL option
+ when it comes back.
+
+2) tcpdump traffic is corrupted by OUTPUT NAT.
+
+3) Connection tracking doesn't wait very long for reply FIN, meaning
+ that half-closed pipes can time out early (seen frequently with squid).