]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Some todo updates!
authorJames Morris <jmorris@intercode.com.au>
Mon, 23 Jul 2001 00:28:56 +0000 (00:28 +0000)
committerJames Morris <jmorris@namei.org>
Mon, 23 Jul 2001 00:28:56 +0000 (00:28 +0000)
TODO

diff --git a/TODO b/TODO
index c866519f3bc52b8c11244c0f3a11feb3b572ed62..3669e6c05c7fed73ae1afe5717eac3898172739e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,7 +4,7 @@ Currently maintained by Harald Welte <laforge@gnumonks.org>
 Please inform me, if you want to work on any of the TODO items, so I
 can update this list and thus prevent two people doing the same work.
 
-CVS ID: $Id: TODO,v 1.40 2001/07/07 23:39:16 laforge Exp $
+CVS ID: $Id: TODO,v 1.41 2001/07/14 19:21:47 laforge Exp $
 
 IMPORTANT issues:
 - solution for nostate / notrack (we don't want to track specific conn's)
@@ -14,22 +14,21 @@ IMPORTANT issues:
 - conntrack helper not called for first packet (udp!)
 - why is nat_helper's expect() function called for all helpers? [HW]
 X full tcp window tracking incompatibility with nat helpers [HW]
-? Hard lockup with ip_queue under heavy load (was possibly some unrelated 2.3
-  problem) [JM]
 - mangle table should use all five netfilter hooks [BC]
 X merge EPRT / EPSV ftp stuff [RR] (reimplemented in ftp-fixes, included 2.4.4)
 X runme error with IPv6 stuff! [HW]
 - wrong 'Out of window' error message from tcp-windowtracking [HW]
 X SMP conntrack race [RR] (ftp-fixes, included in 2.4.4)
 - static compiling/linking of iptables (for router-on-a-disk) [HW]
+  (what about the patch from David McCulloguh? -- JM)
 - IPv6 testing (MARK, LOG, REJECT) [HW]
 x iptables-save doesn't work with eth+ style multiple IF stuff [HW]
 X reject-with on REJECT target doesn't work [HW]
 - IPv6 REJECT target doesn't have extension plugin ?!?
 - colon inside prefix doesn't work
-- pending minor ip_queue updates [JM]
+X pending minor ip_queue updates [JM]
 - --mac-source not working in FORWARD (manpage bug?)
-- netfilter hooks should give error if same function registers twice
+- netfilter hooks should give error if same function registers twice [HW]
 
 NICE to have:
 - make RPC conntrack work again