diff options
author | Martin Mares <mj@ucw.cz> | 1999-11-30 13:57:14 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-11-30 13:57:14 +0100 |
commit | 0d3e6bceeeec4ebf007e02374f799cd1fb21f20c (patch) | |
tree | 59bc75bd528f41cb458260d54f777f18300b9c85 /doc/reply_codes | |
parent | 10b5baaef32076369b06b4318cc61e6fa11e5493 (diff) | |
download | bird-0d3e6bceeeec4ebf007e02374f799cd1fb21f20c.tar bird-0d3e6bceeeec4ebf007e02374f799cd1fb21f20c.zip |
`show interfaces' and `show protocols' works.
Diffstat (limited to 'doc/reply_codes')
-rw-r--r-- | doc/reply_codes | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/reply_codes b/doc/reply_codes index 9a6cbe3..89c8b5a 100644 --- a/doc/reply_codes +++ b/doc/reply_codes @@ -1,8 +1,8 @@ Reply codes of BIRD command-line interface ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 0xxx Action suceessfully completed -1xxx Table heading -2xxx Table entry +1xxx Table entry +2xxx Table heading 8xxx Run-time error 9xxx Parse-time error <space> Continuation @@ -11,14 +11,13 @@ Reply codes of BIRD command-line interface 0000 OK 0001 Welcome +1000 BIRD version +1001 Interface list 1002 Protocol list - -2000 BIRD version -2001 Interface list -2002 Protocol list -2003 Interface address -2004 Interface flags -2005 Interface summary +1003 Interface address +1004 Interface flags +1005 Interface summary +1006 Protocol details 8000 Reply too long |