diff options
author | Martin Mares <mj@ucw.cz> | 1999-12-16 14:51:43 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-12-16 14:51:43 +0100 |
commit | 476e10842503b51331a7994b6e25c91b20eb8e71 (patch) | |
tree | e9858a156a032f27a213c8932b5fc5021b2343d3 /TODO | |
parent | e693ddff874890a9e5c990f6ca75d2e2358d065a (diff) | |
download | bird-476e10842503b51331a7994b6e25c91b20eb8e71.tar bird-476e10842503b51331a7994b6e25c91b20eb8e71.zip |
Minor cleanups.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 24 |
1 files changed, 21 insertions, 3 deletions
@@ -1,13 +1,17 @@ Core ~~~~ -- IPv6 support +- IPv6: router advertisements +- IPv6: test it! +- IPv6: hashing functions etc. + +- krt-iface: check whether the interface alias hack works +- krt-iface and netlink: unnumberedness of tunnels -- counters (according to SNMP MIB?) - better memory allocators - real attribute cache - real neighbor cache -- default preferences of protocols: prefer BGP over OSPF/RIP external routes? +- preferences of protocols - static: check validity of route destination? - static: allow specifying a per-route filter program for setting route attributes? @@ -23,12 +27,16 @@ Core - config: when parsing prefix, check zero bits - config: reconfiguration - config: useless rules when protocols disabled +- config: remove protocol startup priority hacks? +- config: better datetime format - krt: rescan interfaces when route addition fails? - krt: does PERSIST mode have any sense if kernel syncer is shut down as last? - tagging of external routes? +- io: use poll if available + - port to FreeBSD Commands @@ -41,6 +49,16 @@ show <name> # show everything you know about symbol <name> static ??? [<name>] symbols (disable|enable|restart) <protocol> # or ALL? +- showing of routing table as seen by given protocol + +Client +~~~~~~ +- write it! + +Documentation +~~~~~~~~~~~~~ +- write doctool +- write documentation :| Cleanup ~~~~~~~ |