]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Known bugs for 2.4.0
authorRusty Russell <rusty@linuxcare.com.au>
Fri, 6 Oct 2000 08:11:40 +0000 (08:11 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 6 Oct 2000 08:11:40 +0000 (08:11 +0000)
KNOWN_BUGS [new file with mode: 0644]

diff --git a/KNOWN_BUGS b/KNOWN_BUGS
new file mode 100644 (file)
index 0000000..073f8cd
--- /dev/null
@@ -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).