summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 6 insertions, 8 deletions
diff --git a/TODO b/TODO
index 12af6af..4b1654f 100644
--- a/TODO
+++ b/TODO
@@ -1,25 +1,23 @@
user space tool
---------------
-General:
-[ ] Proper Makefiles
-[ ] Modify Event Display (-E conntrack).
+[X] Proper Makefiles
+[X] Modify Event Display (-E conntrack).
Extensions:
[ ] ICMP library
-[ ] finish TCP: help and protocol specific stuff: --state, etc...
-[ ] finish UDP: help
+[X] finish TCP: protocol specific stuff: --state, etc...
+[ ] finish UDP, TCP, ICMP: help
nfnetlink_conntrack:
--------------------
Now:
-[ ] Error handling (nlerrmsg)
+[X] Error handling (nlerrmsg)
[X] Use id's to identify conntracks
[ ] Split NEW and CHANGE
[ ] Split DUMP and GET
[ ] Kill Change API. Move locks to ip_conntrack_[protocol|helper].
-[ ] implement conntrack FLUSH
-[ ] Per CPU id. Currently racy.
+[X] implement conntrack FLUSH
Later:
[ ] convert CTA_SOMETHING-1 to CTA_SOMETHING, annoying!