summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-03-12 23:53:05 +0100
committerMartin Mares <mj@ucw.cz>2000-03-12 23:53:05 +0100
commitf098e072bec8d5858afbf713635217ea84c7e45d (patch)
treeebf4686d1346d3fabf8898d3ab12f21b8990b762 /TODO
parent432709027680d7791b325b2c2116c658eba21c8d (diff)
downloadbird-f098e072bec8d5858afbf713635217ea84c7e45d.tar
bird-f098e072bec8d5858afbf713635217ea84c7e45d.zip
Fixed a bunch of FIXME's by removing them :)
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 44aa982..5bca22e 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,7 @@
Core
~~~~
+- config: when parsing prefix, check zero bits
+
- static: check validity of route destination?
- static: allow specifying a per-route filter program for setting route attributes?
@@ -9,7 +11,6 @@ Core
Commands
~~~~~~~~
-- show status
- showing of routing table as seen by given protocol
- printing of dynamic attributes
@@ -39,7 +40,6 @@ Various ideas
- netlink: import Linux route attributes to our rta's, so that they can be filtered?
- config: executable config files
- client: access control
-- config: when parsing prefix, check zero bits
- io: use poll if available
- IPv6 router advertisements
- real multipath (doesn't seem to be simple at all :()