diff options
author | Martin Mares <mj@ucw.cz> | 2000-01-16 17:44:50 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-01-16 17:44:50 +0100 |
commit | 50fe90edf3deab409ea7887c131bfe6ce89fa556 (patch) | |
tree | d9aad4ed34285a59cfcc0286a22ca5ccdb63a82f /doc | |
parent | 394aec8fdd112a81da1e2f6f0e09ee74256dc24e (diff) | |
download | bird-50fe90edf3deab409ea7887c131bfe6ce89fa556.tar bird-50fe90edf3deab409ea7887c131bfe6ce89fa556.zip |
First attempt on dynamic reconfiguration. There are still lots of bugs
and problems to solve, but the hardest part works.
Diffstat (limited to 'doc')
-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 844ed43..9b74c5b 100644 --- a/doc/reply_codes +++ b/doc/reply_codes @@ -10,6 +10,7 @@ Reply codes of BIRD command-line interface 0000 OK 0001 Welcome +0002 Reading configuration 1000 BIRD version 1001 Interface list @@ -24,6 +25,7 @@ Reply codes of BIRD command-line interface 8000 Reply too long 8001 Route not found +8002 Configuration file error 9000 Command too long 9001 Parse error |