mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Implements eval command and minor CLI cleanups.
Implemented eval command can be used to evaluate expressions. The patch also documents echo command and allows to use log classes instead of integer as a mask for echo.
This commit is contained in:
@@ -31,6 +31,7 @@ Reply codes of BIRD command-line interface
|
||||
0020 Configuration OK
|
||||
0021 Undo requested
|
||||
0022 Undo scheduled
|
||||
0023 Evaluation of expression
|
||||
|
||||
1000 BIRD version
|
||||
1001 Interface list
|
||||
@@ -61,6 +62,7 @@ Reply codes of BIRD command-line interface
|
||||
8005 Protocol is down => cannot dump
|
||||
8006 Reload failed
|
||||
8007 Access denied
|
||||
8008 Evaluation runtime error
|
||||
|
||||
9000 Command too long
|
||||
9001 Parse error
|
||||
|
||||
Reference in New Issue
Block a user