diff options
author | Martin Mares <mj@ucw.cz> | 1999-08-03 21:35:01 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-08-03 21:35:01 +0200 |
commit | 707ef833783ef731c56baae1c0dc7b7a9e7321ff (patch) | |
tree | 717c6fb6da7725db97a784ea1a510260df089ee6 /TODO | |
parent | 9c11ec9efca2fc75495cf8dcb28a959ba22b01fa (diff) | |
download | bird-707ef833783ef731c56baae1c0dc7b7a9e7321ff.tar bird-707ef833783ef731c56baae1c0dc7b7a9e7321ff.zip |
Pruned the TODO list.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -2,19 +2,23 @@ Core ~~~~ * protocols: implement dumping of protocol-dependent rte attributes -- io.c: refuse old-style multicasts for unnumbered interfaces? +- IPv6 support -- config: executable config files +- io.c: refuse old-style multicasts for unnumbered interfaces? - 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? - static: check validity of route destination? - device: configuration of interface patterns -- adding of route: check whether all bits not covered by masklen are zero +- rte_update: check whether all bits not covered by masklen are zero +- rte_update: debug mode - netlink: import Linux route attributes to our rta's, so that they can be filtered? @@ -24,9 +28,19 @@ Core - OSPF: refuse running on non-multicast devices +- config: executable config files - config: when parsing prefix, check zero bits +- config: reconfiguration - krt: rescan interfaces when route addition fails? +- krt: does PERSIST mode have any sense if kernel syncer is shut down as last? + +- cmdline: implement +- cmdline: echo of debug/log messages + +- tagging of external routes? + +- port to FreeBSD Cleanup ~~~~~~~ |