From: Harald Welte Date: Mon, 7 May 2001 18:49:10 +0000 (+0000) Subject: iptables-restore / -save brokenness added X-Git-Tag: v1.2.2^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e86541054500cf9b0553bcf87d413717206ca1d;p=thirdparty%2Fiptables.git iptables-restore / -save brokenness added --- diff --git a/KNOWN_BUGS b/KNOWN_BUGS index 073f8cd6..11b3f9d0 100644 --- a/KNOWN_BUGS +++ b/KNOWN_BUGS @@ -8,3 +8,5 @@ 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.