diff options
author | Martin Mares <mj@ucw.cz> | 1999-11-30 15:04:09 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-11-30 15:04:09 +0100 |
commit | 1d2664a4d4455470e0b6c7fc50d232283e39e1e0 (patch) | |
tree | af8631708680683180d89001f64baa0be5929d2c /TODO | |
parent | c9aae7f47fd7ad71b80cbc86c01a26c504ba08d0 (diff) | |
download | bird-1d2664a4d4455470e0b6c7fc50d232283e39e1e0.tar bird-1d2664a4d4455470e0b6c7fc50d232283e39e1e0.zip |
Remember protocol instance in proto_config and use that for
`show protocols <name>'.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -47,14 +47,12 @@ Commands shutdown # order system shutdown configure [<file>] debug <what> # dump debugging information to log -show protocols [<name>] - <name> # show everything you know about symbol <name> +show <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>] neighbors # ??? filters [<name>] (disable|enable|restart) <protocol> # or ALL? |