Added skeleton of command tree. Please inspect.
This commit is contained in:
parent
2af2636a69
commit
bff1db7629
1 changed files with 14 additions and 0 deletions
14
TODO
14
TODO
|
@ -42,6 +42,20 @@ Core
|
||||||
|
|
||||||
- port to FreeBSD
|
- port to FreeBSD
|
||||||
|
|
||||||
|
Commands
|
||||||
|
~~~~~~~~
|
||||||
|
shutdown
|
||||||
|
configure [<file>]
|
||||||
|
show protocols [<name>]
|
||||||
|
<name>
|
||||||
|
route [<route>] [table <name>] [filter (<name> | { <inline> })] [where <condition>]
|
||||||
|
status # router id, version etc.
|
||||||
|
rip ??? [<name>]
|
||||||
|
ospf ??? [<name>]
|
||||||
|
static ??? [<name>]
|
||||||
|
interfaces [<name>]
|
||||||
|
(disable|enable|restart) <protocol>
|
||||||
|
|
||||||
Cleanup
|
Cleanup
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
- right usage of DBG vs. debug
|
- right usage of DBG vs. debug
|
||||||
|
|
Loading…
Reference in a new issue