summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2001-02-07 16:27:20 +0000
committerHarald Welte <laforge@gnumonks.org>2001-02-07 16:27:20 +0000
commit302ca3e0813d38814a5c795bfa3addfa68dbb422 (patch)
tree7b2150cd60fcc376300d7e5e00c411ed6d25733e /TODO
parentcd44ffd23c82255aae364095815c2f463e8be302 (diff)
Yon Uriarte working on u32 classifier
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index 7ef85682..52172297 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.19 2001/02/02 10:53:46 laforge Exp $
+CVS ID: $Id: TODO,v 1.20 2001/02/04 14:41:22 laforge Exp $
IMPORTANT before iptables-1.2.1 release:
X generic tcp sequence number offset support for nat helpers [HW]
@@ -20,7 +20,7 @@ INDEPENDENT from iptables-1.2.1 release:
- sysctl support for ftp-multi, irc-conntrack/nat, ftp-fxp
- integrate HOPLIMIT for ipv6 in patch-o-matic [HW]
- static 1:1 NAT (only ip address NAT in both directions)
-- u32 classifier (port from tc -> iptables)
+- u32 classifier (port from tc -> iptables) [YU]
- pktlen match (not needed, when u32 available)
- SMP locking for IRC buggy?
- MARK match / target with boolean OR / AND (to use nfmark bitwise)
@@ -29,7 +29,6 @@ X multiple related connections [HW]
- documentation for libiptc
- port conntrack to IPv6 (code reuse?)
- port matches (owner, limit, multiport, owner) to IPv6
-- HOPLIMIT IPv6 target / match [HW]
- multicast connection tracking
- conntrack / nat failover [HW]
- Hard lockup with ip_queue under heavy load
@@ -38,7 +37,7 @@ X multiple related connections [HW]
- CONFIG_NF_IP_NAT_LOCAL
- fix and test the netfilter bridging stuff
- integrate the ipt_NETLINK target from gianni@ecsc.co.uk
-- integrate PSD target / port it as match [HW]
+X integrate PSD target / port it as match [HW]
- various NAT performance optimizations possible! (which? ask HW)
======================================================================
@@ -46,3 +45,4 @@ X multiple related connections [HW]
[MB] Marc Boucher <marc@mbsi.ca>
[JM] James Morris <jmorris@intercode.com.au>
[HW] Harald Welte <laforge@gnumonks.org>
+[YU] Yon Uriarte <ukl2@rz.uni-karlsruhe.de>