summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjamesm <jamesm>2001-07-23 00:28:56 +0000
committerjamesm <jamesm>2001-07-23 00:28:56 +0000
commitb739d4a1db5180fab334e84041236d179566a904 (patch)
tree4cfac25c27a390ff5d7b75e549bf378906a189ec
parent6d6da83fa48bbfe90a8b9700ded2d8ebe91e15a3 (diff)
Some todo updates!
-rw-r--r--TODO9
1 files changed, 4 insertions, 5 deletions
diff --git a/TODO b/TODO
index c866519..3669e6c 100644
--- 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