diff options
author | Martin Mares <mj@ucw.cz> | 1999-11-18 15:41:43 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-11-18 15:41:43 +0100 |
commit | 99bbd23b229419403f673c626001eb0f35cc3a4e (patch) | |
tree | 4efce8d06307402cc5f21d11981c6841adb97903 /TODO | |
parent | 8d24b6899d0aba52fef8c48921ce4d1481ee212c (diff) | |
download | bird-99bbd23b229419403f673c626001eb0f35cc3a4e.tar bird-99bbd23b229419403f673c626001eb0f35cc3a4e.zip |
More CLI plans...
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 ~~~~~~~ |