3991d84e8f
of calling the protocols manually. Implemented printing of dynamic attributes in `show route all'. Each protocol can now register its own attribute class (protocol->attr_class, set to EAP_xxx) and also a callback for naming and formatting of attributes. The callback can return one of the following results: GA_UNKNOWN Attribute not recognized. GA_NAME Attribute name recognized and put to the buffer, generic code should format the value. GA_FULL Both attribute name and value put to the buffer. Please update protocols generating dynamic attributes to provide the attr_class and formatting hook.
47 lines
994 B
Text
47 lines
994 B
Text
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
|
|
0003 Reconfigured
|
|
0004 Reconfiguration in progress
|
|
0005 Reconfiguration already in progress, queueing
|
|
0006 Reconfiguration ignored, shutting down
|
|
0007 Shutdown ordered
|
|
0008 Already disabled
|
|
0009 Disabled
|
|
0010 Already enabled
|
|
0011 Enabled
|
|
0012 Restarted
|
|
0013 Status report
|
|
|
|
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
|
|
1010 Symbol list
|
|
1011 Uptime
|
|
1012 Route extended attribute list
|
|
|
|
8000 Reply too long
|
|
8001 Route not found
|
|
8002 Configuration file error
|
|
8003 No protocols match
|
|
|
|
9000 Command too long
|
|
9001 Parse error
|
|
9002 Invalid symbol type
|