diff options
author | Martin Mares <mj@ucw.cz> | 1998-12-07 00:13:31 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-12-07 00:13:31 +0100 |
commit | f6bd206607d9fcad3572841813d7376bd2df4952 (patch) | |
tree | b3d17192e9f0fed53bf8d85f56a3881e82aae55a /TODO | |
parent | 78d06cf2bc8ec8b9850802fc9d34afe4d1782c6c (diff) | |
download | bird-f6bd206607d9fcad3572841813d7376bd2df4952.tar bird-f6bd206607d9fcad3572841813d7376bd2df4952.zip |
All static routes except for device ones should work and appear/disappear
when their destination comes on/off link. Deserves better testing :)
See example in bird.conf.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ Core - check if all protocols set proper packet priorities and TTL's. - better default protocol names - config: comments at end of line -> explicit ';' needed? +- remove post-config hooks? + +- static: check validity of route destination? +- static: device routes - filter: logging of dropped routes (?) - limitation of memory consumption: per-process and total (?) |