diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2013-07-25 13:15:32 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2013-07-25 13:15:32 +0200 |
commit | 508d936078aecc8fbbb9ca1218104599c4a3cb4a (patch) | |
tree | d84c6b098342fc2f366d960bd90d6a158610ea48 /doc/reply_codes | |
parent | a0b176e3b2b50d3a30574afa927e0ee8ef65be68 (diff) |
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.
Diffstat (limited to 'doc/reply_codes')
-rw-r--r-- | doc/reply_codes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/reply_codes b/doc/reply_codes index 58807241..e9996eef 100644 --- a/doc/reply_codes +++ b/doc/reply_codes @@ -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 |