]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
todo update
authorHarald Welte <laforge@gnumonks.org>
Mon, 25 Feb 2002 09:27:31 +0000 (09:27 +0000)
committerHarald Welte <laforge@gnumonks.org>
Mon, 25 Feb 2002 09:27:31 +0000 (09:27 +0000)
TODO

diff --git a/TODO b/TODO
index e814a4c2e7e96cc9a3145fc608a7592fecf8f9fd..104326e88f8bc70ea1b187f7b4a033af8b94d73b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,15 +4,11 @@ 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.56 2002/02/19 09:14:27 laforge Exp $
+CVS ID: $Id: TODO,v 1.57 2002/02/19 20:36:19 laforge Exp $
 
 IMPORTANT issues:
-- token ring crashes ??
 - solution for nostate / notrack (we don't want to track specific conn's)
-- iptables-save/restore problems with log-level
 x multiple related connections (solved: newnat)[HW]
-- ip_conntrack rmmod loop (sometimes, Yan's patch?)
-- conntrack helper not called for first packet (udp!)
 x add support for correct SACK handling [HW]
 - erroneously too-fast dropped conntrack for half-open TCP connections [JK]
 - wrong 'Out of window' error message from tcp-windowtracking [JK]
@@ -20,12 +16,18 @@ x mangle table should use all five netfilter hooks [BC]
 - --mac-source not working in FORWARD (manpage bug?)
 x netfilter hooks should give error if same function registers twice [HW]
 x speed issues (mark_source_chains, Robert Olsson)
-- different behaviour for first packet towards an l2-unresolved ip?
 x fix apparent output nat + slip oops bug; see thread at
   http://lists.samba.org/pipermail/netfilter/2001-December/017747.html
 x TFTP helper: works only on second packet?
 - necessary structures for helper match in newnat
 
+TO BE INVESTIGATED:
+- token ring crashes ??
+- iptables-save/restore problems with log-level
+- ip_conntrack rmmod loop (sometimes, Yan's patch?)
+- conntrack helper not called for first packet (udp!)
+- different behaviour for first packet towards an l2-unresolved ip?
+
 NICE to have:
 - make RPC conntrack work again
 x interface names in ipv6 can contain _ and -
@@ -39,7 +41,6 @@ x interface names in ipv6 can contain _ and -
 x make patch-o-matic reversible
 x CONFIG_NF_IP_NAT_LOCAL
 x fix and test the netfilter bridging stuff
-- various NAT performance optimizations possible! (which? ask HW)
 - ip_nat_ident module [FM]
 x provide daily CVS snapshots via ftp [HW]
 - make iptables / ip6tables use the same codebase (as libiptc) [KA]