mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
Added skeleton of command tree. Please inspect.
This commit is contained in:
parent
2af2636a69
commit
bff1db7629
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 New Issue
Block a user