summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-11-18 15:41:43 +0100
committerMartin Mares <mj@ucw.cz>1999-11-18 15:41:43 +0100
commit99bbd23b229419403f673c626001eb0f35cc3a4e (patch)
tree4efce8d06307402cc5f21d11981c6841adb97903 /TODO
parent8d24b6899d0aba52fef8c48921ce4d1481ee212c (diff)
downloadbird-99bbd23b229419403f673c626001eb0f35cc3a4e.tar
bird-99bbd23b229419403f673c626001eb0f35cc3a4e.zip
More CLI plans...
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 7 insertions, 4 deletions
diff --git a/TODO b/TODO
index a2a72aa..e564871 100644
--- a/TODO
+++ b/TODO
@@ -44,17 +44,20 @@ Core
Commands
~~~~~~~~
-shutdown
+shutdown # order system shutdown
configure [<file>]
+debug <what> # dump debugging information to log
show protocols [<name>]
- <name>
- route [<route>] [table <name>] [filter (<name> | { <inline> })] [where <condition>]
+ <name> # show everything you know about symbol <name>
+ route [<route>] [table <name>] [filter (<name> | { <inline> })] [where <condition>] [all]
status # router id, version etc.
rip ??? [<name>]
ospf ??? [<name>]
static ??? [<name>]
interfaces [<name>]
-(disable|enable|restart) <protocol>
+ neighbors # ???
+ filters [<name>]
+(disable|enable|restart) <protocol> # or ALL?
Cleanup
~~~~~~~