summaryrefslogtreecommitdiffstats
path: root/doc/reply_codes
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-01-17 00:30:06 +0100
committerMartin Mares <mj@ucw.cz>2000-01-17 00:30:06 +0100
commitf14a4becbe77cfb3c2e4243d6fc383b0acd8956f (patch)
treece2f157ef5571f3089939c9a442abf4e92676ada /doc/reply_codes
parent30a6108cccac93048440113211df2eed1fb541b1 (diff)
downloadbird-f14a4becbe77cfb3c2e4243d6fc383b0acd8956f.tar
bird-f14a4becbe77cfb3c2e4243d6fc383b0acd8956f.zip
Reworked proto lists -- each proto is now in two lists: the global one
(proto_list) and per-type one (original lists). A lot of things simplified. Implemented `disable', `enable' and `restart' CLI commands.
Diffstat (limited to 'doc/reply_codes')
-rw-r--r--doc/reply_codes6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/reply_codes b/doc/reply_codes
index 93c3d51..b6a1c04 100644
--- a/doc/reply_codes
+++ b/doc/reply_codes
@@ -16,6 +16,11 @@ Reply codes of BIRD command-line interface
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
1000 BIRD version
1001 Interface list
@@ -31,6 +36,7 @@ Reply codes of BIRD command-line interface
8000 Reply too long
8001 Route not found
8002 Configuration file error
+8003 No protocols match
9000 Command too long
9001 Parse error