diff options
author | Martin Mares <mj@ucw.cz> | 2000-01-17 00:30:06 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-01-17 00:30:06 +0100 |
commit | f14a4becbe77cfb3c2e4243d6fc383b0acd8956f (patch) | |
tree | ce2f157ef5571f3089939c9a442abf4e92676ada /doc | |
parent | 30a6108cccac93048440113211df2eed1fb541b1 (diff) | |
download | bird-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')
-rw-r--r-- | doc/reply_codes | 6 |
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 |