diff options
author | Alexander Wirt <formorer@debian.org> | 2012-06-03 08:49:55 +0200 |
---|---|---|
committer | Alexander Wirt <formorer@debian.org> | 2012-06-03 08:49:55 +0200 |
commit | ea27bb406e3d8fe9466ba274af38e6f540ff5bfc (patch) | |
tree | 9f0c78416f8b617d6af715800ce22815645ee8ec /TODO | |
parent | ed902b39d4f4aa2fc8130441d25b849a69b75c15 (diff) | |
download | conntrack-tools-ea27bb406e3d8fe9466ba274af38e6f540ff5bfc.tar.gz conntrack-tools-ea27bb406e3d8fe9466ba274af38e6f540ff5bfc.zip |
Imported Upstream version 1.2.1
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -0,0 +1,34 @@ +There are several tasks that are pending to be done, I have classified them +by dificulty levels: + += Relatively easy = + [ ] improve shell scripts for keepalived/heartbeat: *really* important + [X] NACK as default protocol + [X] rename persistent to alarm, rename nack to ftfw + [X] manpage for conntrackd(8) + [ ] add scripts to use the floating priority feature in keepalived to avoid + premature take over. + [X] ignorepool with unlimited size and ignore networks + [ ] selective conntracks removal + [ ] debian/rpm packages + [X] improve website + [X] Dumazet improvement hashtable (multiply vs. divide) + [X] add secmark support + [X] logging support for the statistics mode + += Requires some work = + [ ] study better keepalived transitions + [X] fix ipv6 support + [X] add support setup related conntracks + [X] NAT sequence adjustment support + += Open issues that won't be ever resolved = + * unsupported stateful iptables matches: + * connbytes: probably the persistent may support it + * recent: requires further study + * quota: private data counters + += conntrack = + * add support for -D --dport 1000 + * improve error messages + * add support for SCTP (requires kernel >= 2.6.25) |