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 | fc32daf | 2001-05-26 20:31:59 +0000 | [diff] [blame^] | 7 | CVS ID: $Id: TODO,v 1.37 2001/05/25 12:24:20 jamesm 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!) |
Harald Welte | 90ba5ec | 2001-05-03 21:10:24 +0000 | [diff] [blame] | 14 | - why is nat_helper's expect() function called for all helpers? [HW] |
Harald Welte | 3666e0e | 2001-04-12 22:24:29 +0000 | [diff] [blame] | 15 | X full tcp window tracking incompatibility with nat helpers [HW] |
Harald Welte | 90ba5ec | 2001-05-03 21:10:24 +0000 | [diff] [blame] | 16 | ? Hard lockup with ip_queue under heavy load (was possibly some unrelated 2.3 |
| 17 | problem) [JM] |
Harald Welte | 3666e0e | 2001-04-12 22:24:29 +0000 | [diff] [blame] | 18 | - mangle table should use all five netfilter hooks [HW] |
Harald Welte | 90ba5ec | 2001-05-03 21:10:24 +0000 | [diff] [blame] | 19 | X merge EPRT / EPSV ftp stuff [RR] (reimplemented in ftp-fixes, included 2.4.4) |
Harald Welte | 61b1989 | 2001-04-24 00:02:33 +0000 | [diff] [blame] | 20 | X runme error with IPv6 stuff! [HW] |
| 21 | - wrong 'Out of window' error message from tcp-windowtracking [HW] |
Harald Welte | 90ba5ec | 2001-05-03 21:10:24 +0000 | [diff] [blame] | 22 | X SMP conntrack race [RR] (ftp-fixes, included in 2.4.4) |
Harald Welte | 6fc8658 | 2001-05-05 04:39:39 +0000 | [diff] [blame] | 23 | - static compiling/linking of iptables (for router-on-a-disk) [HW] |
| 24 | - IPv6 testing (MARK, LOG, REJECT) [HW] |
Harald Welte | de1578f | 2001-05-23 23:07:33 +0000 | [diff] [blame] | 25 | x iptables-save doesn't work with eth+ style multiple IF stuff [HW] |
| 26 | X reject-with on REJECT target doesn't work [HW] |
| 27 | - IPv6 REJECT target doesn't have extension plugin ?!? |
| 28 | - colon inside prefix doesn't work |
James Morris | 1cb4c05 | 2001-05-25 12:24:20 +0000 | [diff] [blame] | 29 | - pending minor ip_queue updates [JM] |
Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 30 | |
Harald Welte | 3666e0e | 2001-04-12 22:24:29 +0000 | [diff] [blame] | 31 | NICE to have: |
| 32 | - multicast connection tracking |
Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 33 | - sysctl support for ftp-multi, irc-conntrack/nat, ftp-fxp |
| 34 | - integrate HOPLIMIT for ipv6 in patch-o-matic [HW] |
Harald Welte | 90ba5ec | 2001-05-03 21:10:24 +0000 | [diff] [blame] | 35 | X static 1:1 NAT (only ip address NAT in both directions) (NETMAP target) |
Harald Welte | 302ca3e | 2001-02-07 16:27:20 +0000 | [diff] [blame] | 36 | - u32 classifier (port from tc -> iptables) [YU] |
James Morris | 90eca6a | 2001-05-03 11:53:27 +0000 | [diff] [blame] | 37 | X pktlen match (not needed, when u32 available) [FM] |
Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 38 | - MARK match / target with boolean OR / AND (to use nfmark bitwise) |
Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 39 | - documentation for libiptc |
Harald Welte | 518abc1 | 2001-02-18 16:12:45 +0000 | [diff] [blame] | 40 | - port conntrack to IPv6 (code reuse?) [BB] |
| 41 | X port matches (owner, limit, multiport, owner) to IPv6 [RJ] |
Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 42 | - make patch-o-matic more generic (any subdir), and reversible |
| 43 | - CONFIG_NF_IP_NAT_LOCAL |
Harald Welte | c67e5f8 | 2001-01-24 12:33:49 +0000 | [diff] [blame] | 44 | - fix and test the netfilter bridging stuff |
Harald Welte | 3666e0e | 2001-04-12 22:24:29 +0000 | [diff] [blame] | 45 | X integrate the ipt_NETLINK target from gianni@ecsc.co.uk [HW] |
Harald Welte | 302ca3e | 2001-02-07 16:27:20 +0000 | [diff] [blame] | 46 | X integrate PSD target / port it as match [HW] |
Harald Welte | dd36915 | 2001-02-02 10:53:46 +0000 | [diff] [blame] | 47 | - various NAT performance optimizations possible! (which? ask HW) |
James Morris | 90eca6a | 2001-05-03 11:53:27 +0000 | [diff] [blame] | 48 | - ip_nat_ident module [FM] |
Harald Welte | de6aaeb | 2001-03-26 18:06:04 +0000 | [diff] [blame] | 49 | - provide daily CVS snapshots via ftp [HW] |
Harald Welte | 2ca5904 | 2001-02-28 11:15:01 +0000 | [diff] [blame] | 50 | - 10.1.2.3.4 is accepted as a valid IP address by iptables -s / -d ? |
Harald Welte | 90ba5ec | 2001-05-03 21:10:24 +0000 | [diff] [blame] | 51 | - make iptables / ip6tables use the same codebase (as libiptc) [KA] |
James Morris | 266ffcc | 2001-05-09 15:45:24 +0000 | [diff] [blame] | 52 | - string_to_number() does not work correctly for unsigned ints [JM] |
Harald Welte | fc32daf | 2001-05-26 20:31:59 +0000 | [diff] [blame^] | 53 | - REJECT optionally generates port unreachable with faked SOURCE |
James Morris | 1cb4c05 | 2001-05-25 12:24:20 +0000 | [diff] [blame] | 54 | - libipq reentrancy [JM] |
| 55 | - libipq asynchronousness [JM] |
Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 56 | |
Harald Welte | 3666e0e | 2001-04-12 22:24:29 +0000 | [diff] [blame] | 57 | FUTURE extensions: |
Harald Welte | b961e6b | 2001-05-05 00:01:55 +0000 | [diff] [blame] | 58 | - dealing with fragmented expectation-causes (i.e. DCC chat split |
| 59 | over two packets, etc.) |
Harald Welte | 3666e0e | 2001-04-12 22:24:29 +0000 | [diff] [blame] | 60 | - conntrack / nat failover [HW] |
| 61 | - brainstorming about 2.5 conntrack code |
| 62 | - netlink interface for conntrack manipulation from userspace [HW] |
| 63 | - unified nfnetlink for queue,ulog,conntrack (and more?) (2.5 issue) |
| 64 | |
Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 65 | ====================================================================== |
Rusty Russell | bdbcc1c | 2001-04-23 15:25:52 +0000 | [diff] [blame] | 66 | [RR] Paul 'Rusty' Russel <rusty@rustcorp.com.au> |
Harald Welte | af4ec45 | 2001-01-24 01:15:16 +0000 | [diff] [blame] | 67 | [MB] Marc Boucher <marc@mbsi.ca> |
| 68 | [JM] James Morris <jmorris@intercode.com.au> |
| 69 | [HW] Harald Welte <laforge@gnumonks.org> |
Harald Welte | 302ca3e | 2001-02-07 16:27:20 +0000 | [diff] [blame] | 70 | [YU] Yon Uriarte <ukl2@rz.uni-karlsruhe.de> |
Harald Welte | 518abc1 | 2001-02-18 16:12:45 +0000 | [diff] [blame] | 71 | [RJ] Jan Rekorajski <baggins@mimuw.edu.pl> |
| 72 | [BB] Bastian Blank <bastianb@gmx.de> |
James Morris | 90eca6a | 2001-05-03 11:53:27 +0000 | [diff] [blame] | 73 | [FM] Fabrice Marie <fabrice@celestix.com> |
Harald Welte | 90ba5ec | 2001-05-03 21:10:24 +0000 | [diff] [blame] | 74 | [KA] Kiz-Szabo Andras <kisza@sch.bme.hu> |