mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-06 01:40:42 +01:00
50fe90edf3
and problems to solve, but the hardest part works.
33 lines
634 B
Plaintext
33 lines
634 B
Plaintext
Reply codes of BIRD command-line interface
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
0xxx Action suceessfully completed
|
|
1xxx Table entry
|
|
2xxx Table heading
|
|
8xxx Run-time error
|
|
9xxx Parse-time error
|
|
<space> Continuation
|
|
+ Spontaneous printout
|
|
|
|
0000 OK
|
|
0001 Welcome
|
|
0002 Reading configuration
|
|
|
|
1000 BIRD version
|
|
1001 Interface list
|
|
1002 Protocol list
|
|
1003 Interface address
|
|
1004 Interface flags
|
|
1005 Interface summary
|
|
1006 Protocol details
|
|
1007 Route list
|
|
1008 Route details
|
|
1009 Static route list
|
|
|
|
8000 Reply too long
|
|
8001 Route not found
|
|
8002 Configuration file error
|
|
|
|
9000 Command too long
|
|
9001 Parse error
|
|
9002 Invalid symbol type
|