]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
More CLI plans...
authorMartin Mares <mj@ucw.cz>
Thu, 18 Nov 1999 14:41:43 +0000 (14:41 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 18 Nov 1999 14:41:43 +0000 (14:41 +0000)
TODO

diff --git a/TODO b/TODO
index a2a72aa9d1f7e161e665e0f7ff93a7b09ff5f046..e5648717dad1c553ea5376335c627a168733e0e2 100644 (file)
--- 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
 ~~~~~~~