diff options
author | Martin Mares <mj@ucw.cz> | 2000-01-16 18:40:26 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-01-16 18:40:26 +0100 |
commit | bf8558bc9cab35f31bccd6a55e51f121370765c4 (patch) | |
tree | bf5396b1e4f7a9c2eff282a5f675e0cb59d1704e /doc | |
parent | ebc793a5f552bb676014f771d81c074b7dd4345d (diff) | |
download | bird-bf8558bc9cab35f31bccd6a55e51f121370765c4.tar bird-bf8558bc9cab35f31bccd6a55e51f121370765c4.zip |
Converted shutdown to a kind of reconfiguration, it's no more handled
as a exception in protocol state machines. Introduced a `shutdown'
CLI command. Killed few reconfiguration bugs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reply_codes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/reply_codes b/doc/reply_codes index 9b74c5b..93c3d51 100644 --- a/doc/reply_codes +++ b/doc/reply_codes @@ -11,6 +11,11 @@ Reply codes of BIRD command-line interface 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 1000 BIRD version 1001 Interface list |