summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-01-17 00:30:06 +0100
committerMartin Mares <mj@ucw.cz>2000-01-17 00:30:06 +0100
commitf14a4becbe77cfb3c2e4243d6fc383b0acd8956f (patch)
treece2f157ef5571f3089939c9a442abf4e92676ada /TODO
parent30a6108cccac93048440113211df2eed1fb541b1 (diff)
downloadbird-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--TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index b998bc2..7f36a57 100644
--- a/TODO
+++ b/TODO
@@ -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