Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 1 | TODO List for netfilter / iptables. |
| 2 | Currently maintained by Harald Welte <laforge@gnumonks.org> |
| 3 | |
| 4 | Please inform me, if you want to work on any of the TODO items, so I |
| 5 | can update this list and thus prevent two people doing the same work. |
| 6 | |
Harald Welte | 61b1989 | 2001-04-24 00:02:33 +0000 | [diff] [blame^] | 7 | CVS ID: $Id: TODO,v 1.28 2001/04/23 15:25:52 rusty Exp $ |
Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 8 | |
Harald Welte | 3666e0e | 2001-04-12 22:24:29 +0000 | [diff] [blame] | 9 | IMPORTANT issues: |
| 10 | - solution for nostate / notrack (we don't want to track specific conn's) |
| 11 | - multiple related connections [HW] |
| 12 | - ip_conntrack rmmod loop (sometimes, Yan's patch?) |
| 13 | - conntrack helper not called for first packet (udp!) |
| 14 | - why is nat_helper's expect() function called for all helpers? |
| 15 | X full tcp window tracking incompatibility with nat helpers [HW] |
| 16 | - Hard lockup with ip_queue under heavy load (still valid ???) |
| 17 | - mangle table should use all five netfilter hooks [HW] |
| 18 | - merge EPRT / EPSV ftp stuff |
Harald Welte | 61b1989 | 2001-04-24 00:02:33 +0000 | [diff] [blame^] | 19 | X runme error with IPv6 stuff! [HW] |
| 20 | - wrong 'Out of window' error message from tcp-windowtracking [HW] |
| 21 | - SMP conntrack race [RR] |
Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 22 | |
Harald Welte | 3666e0e | 2001-04-12 22:24:29 +0000 | [diff] [blame] | 23 | NICE to have: |
| 24 | - multicast connection tracking |
Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 25 | - sysctl support for ftp-multi, irc-conntrack/nat, ftp-fxp |
| 26 | - integrate HOPLIMIT for ipv6 in patch-o-matic [HW] |
| 27 | - static 1:1 NAT (only ip address NAT in both directions) |
Harald Welte | 302ca3e | 2001-02-07 16:27:20 +0000 | [diff] [blame] | 28 | - u32 classifier (port from tc -> iptables) [YU] |
Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 29 | - pktlen match (not needed, when u32 available) |
Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 30 | - MARK match / target with boolean OR / AND (to use nfmark bitwise) |
Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 31 | - documentation for libiptc |
Harald Welte | 518abc1 | 2001-02-18 16:12:45 +0000 | [diff] [blame] | 32 | - port conntrack to IPv6 (code reuse?) [BB] |
| 33 | X port matches (owner, limit, multiport, owner) to IPv6 [RJ] |
Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 34 | - make patch-o-matic more generic (any subdir), and reversible |
| 35 | - CONFIG_NF_IP_NAT_LOCAL |
Harald Welte | c67e5f8 | 2001-01-24 12:33:49 +0000 | [diff] [blame] | 36 | - fix and test the netfilter bridging stuff |
Harald Welte | 3666e0e | 2001-04-12 22:24:29 +0000 | [diff] [blame] | 37 | X integrate the ipt_NETLINK target from gianni@ecsc.co.uk [HW] |
Harald Welte | 302ca3e | 2001-02-07 16:27:20 +0000 | [diff] [blame] | 38 | X integrate PSD target / port it as match [HW] |
Harald Welte | dd36915 | 2001-02-02 10:53:46 +0000 | [diff] [blame] | 39 | - various NAT performance optimizations possible! (which? ask HW) |
Harald Welte | ccf72df | 2001-02-22 12:01:55 +0000 | [diff] [blame] | 40 | - ip_nat_ident module |
Harald Welte | de6aaeb | 2001-03-26 18:06:04 +0000 | [diff] [blame] | 41 | - provide daily CVS snapshots via ftp [HW] |
Harald Welte | 2ca5904 | 2001-02-28 11:15:01 +0000 | [diff] [blame] | 42 | - 10.1.2.3.4 is accepted as a valid IP address by iptables -s / -d ? |
Harald Welte | 10c6888 | 2001-03-16 13:40:51 +0000 | [diff] [blame] | 43 | - make iptables / ip6tables use the same codebase (as libiptc) |
Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 44 | |
Harald Welte | 3666e0e | 2001-04-12 22:24:29 +0000 | [diff] [blame] | 45 | FUTURE extensions: |
| 46 | - conntrack / nat failover [HW] |
| 47 | - brainstorming about 2.5 conntrack code |
| 48 | - netlink interface for conntrack manipulation from userspace [HW] |
| 49 | - unified nfnetlink for queue,ulog,conntrack (and more?) (2.5 issue) |
| 50 | |
Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 51 | ====================================================================== |
Rusty Russell | bdbcc1c | 2001-04-23 15:25:52 +0000 | [diff] [blame] | 52 | [RR] Paul 'Rusty' Russel <rusty@rustcorp.com.au> |
Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 53 | [MB] Marc Boucher <marc@mbsi.ca> |
| 54 | [JM] James Morris <jmorris@intercode.com.au> |
| 55 | [HW] Harald Welte <laforge@gnumonks.org> |
Harald Welte | 302ca3e | 2001-02-07 16:27:20 +0000 | [diff] [blame] | 56 | [YU] Yon Uriarte <ukl2@rz.uni-karlsruhe.de> |
Harald Welte | 518abc1 | 2001-02-18 16:12:45 +0000 | [diff] [blame] | 57 | [RJ] Jan Rekorajski <baggins@mimuw.edu.pl> |
| 58 | [BB] Bastian Blank <bastianb@gmx.de> |