diff options
author | Martin Mares <mj@ucw.cz> | 1999-02-13 20:57:19 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-02-13 20:57:19 +0100 |
commit | 7f3d1a0850ff7f240b2f240db6d44b3a5dee6d48 (patch) | |
tree | dc75aebd466fc060c93f1a4d97bc4d9191416d81 /TODO | |
parent | 4c9dd1e4b95e273eacc900abb63db4b8bafaf34b (diff) | |
download | bird-7f3d1a0850ff7f240b2f240db6d44b3a5dee6d48.tar bird-7f3d1a0850ff7f240b2f240db6d44b3a5dee6d48.zip |
Squashed one bug in timing of route scans.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,22 +5,22 @@ Core * cleanup debugging calls * logging and tracing; use appropriate log levels * check log calls for trailing newlines +* check if all protocols set proper packet priorities and TTL's. * replace all NUM's by expr's - TOS not supported by kernel -> automatically drop routes with TOS<>0 + - config: executable config files +- config: define ipaddr constants? +- config: better default protocol names - fake multipath? -- config file: define ipaddr constants? - counters (according to SNMP MIB?) - better memory allocators - default preferences of protocols: prefer BGP over OSPF/RIP external routes? - secondary addresses -> subinterfaces -- check if all protocols set proper packet priorities and TTL's. -- better default protocol names - config: comments at end of line -> explicit ';' needed? -- command-line arguments: name of config file - static: check validity of route destination? - static: device routes |