diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-12 23:53:05 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-12 23:53:05 +0100 |
commit | f098e072bec8d5858afbf713635217ea84c7e45d (patch) | |
tree | ebf4686d1346d3fabf8898d3ab12f21b8990b762 /TODO | |
parent | 432709027680d7791b325b2c2116c658eba21c8d (diff) | |
download | bird-f098e072bec8d5858afbf713635217ea84c7e45d.tar bird-f098e072bec8d5858afbf713635217ea84c7e45d.zip |
Fixed a bunch of FIXME's by removing them :)
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 :() |