diff options
author | Martin Mares <mj@ucw.cz> | 2000-01-17 00:30:06 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-01-17 00:30:06 +0100 |
commit | f14a4becbe77cfb3c2e4243d6fc383b0acd8956f (patch) | |
tree | ce2f157ef5571f3089939c9a442abf4e92676ada /TODO | |
parent | 30a6108cccac93048440113211df2eed1fb541b1 (diff) | |
download | bird-f14a4becbe77cfb3c2e4243d6fc383b0acd8956f.tar bird-f14a4becbe77cfb3c2e4243d6fc383b0acd8956f.zip |
Reworked proto lists -- each proto is now in two lists: the global one
(proto_list) and per-type one (original lists). A lot of things simplified.
Implemented `disable', `enable' and `restart' CLI commands.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -28,6 +28,7 @@ Core - config: useless rules when protocols disabled - config: remove protocol startup priority hacks? - config: better datetime format +- config: avoid upper case in default protocol names - krt: rescan interfaces when route addition fails? - krt: does PERSIST mode have any sense if kernel syncer is shut down as last? @@ -39,14 +40,11 @@ Core Commands ~~~~~~~~ -shutdown # order system shutdown -configure [<file>] show <name> # show everything you know about symbol <name> rip ??? [<name>] ospf ??? [<name>] static ??? [<name>] symbols -(disable|enable|restart) <protocol> # or ALL? - showing of routing table as seen by given protocol - showing of deleted routing tables and filters |