]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
removed reference to 2.4.0 as it is a general problem. removed iptables-save
authorHarald Welte <laforge@gnumonks.org>
Sat, 26 May 2001 04:40:37 +0000 (04:40 +0000)
committerHarald Welte <laforge@gnumonks.org>
Sat, 26 May 2001 04:40:37 +0000 (04:40 +0000)
KNOWN_BUGS

index 11b3f9d004e8b79808494ebb4f7b05e6b863b24c..df1133a8e0222153ec4ff434cff6dd141dbb0c38 100644 (file)
@@ -1,4 +1,4 @@
-Known bugs with the 2.4.0 kernel:
+Known bugs:
 
 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
@@ -8,5 +8,3 @@ Known bugs with the 2.4.0 kernel:
 
 3) Connection tracking doesn't wait very long for reply FIN, meaning
    that half-closed pipes can time out early (seen frequently with squid).
-
-4) iptables-restore and -save still have problems. Sorry.