summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-03-29 22:46:00 +0200
committerMartin Mares <mj@ucw.cz>1999-03-29 22:46:00 +0200
commit6accdf4f437ef2a3251df917f2b83fe985e64961 (patch)
tree35b49315ffc557f1def1ae932dab8662871a48b4 /TODO
parentfb71b23e6004d18480dcfdfbc2e7da7bbc4eb400 (diff)
downloadbird-6accdf4f437ef2a3251df917f2b83fe985e64961.tar
bird-6accdf4f437ef2a3251df917f2b83fe985e64961.zip
Updated the TODO list.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 2 insertions, 5 deletions
diff --git a/TODO b/TODO
index 7fc453d..17e9a76 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,8 @@
Core
~~~~
-- TOS not supported by kernel -> automatically drop routes with TOS<>0
+- Remove TOS support?
- config: executable config files
-- config: define ipaddr constants?
-- config: better default protocol names
- do we really need preconfig?
@@ -16,7 +14,6 @@ Core
- static: check validity of route destination?
- device: configuration of interface patterns
-- device: what to do if we need to shut down this protocol?
- adding of route: check whether all bits not covered by masklen are zero
@@ -36,7 +33,7 @@ Cleanup
- check incoming packets and log errors!!
- check log calls for trailing newlines
- check if all protocols set proper packet priorities and TTL's.
-- replace all NUM's by expr's
+- replace all NUM, IPA and expr tokens by constant filter expressions
- try compiling with -Wunused
Various ideas