diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-12 23:44:54 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-12 23:44:54 +0100 |
commit | 432709027680d7791b325b2c2116c658eba21c8d (patch) | |
tree | 77f9d0f9591dea5e8fc4261f24b15191df7f68a0 /doc | |
parent | 7a88832e78cbc18db109c091d74f6d27284cff44 (diff) | |
download | bird-432709027680d7791b325b2c2116c658eba21c8d.tar bird-432709027680d7791b325b2c2116c658eba21c8d.zip |
Made `show status' show uptime and time of last reconfiguration.
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 711c634..140de95 100644 --- a/doc/reply_codes +++ b/doc/reply_codes @@ -21,6 +21,7 @@ Reply codes of BIRD command-line interface 0010 Already enabled 0011 Enabled 0012 Restarted +0013 Status report 1000 BIRD version 1001 Interface list @@ -33,6 +34,7 @@ Reply codes of BIRD command-line interface 1008 Route details 1009 Static route list 1010 Symbol list +1011 Uptime 8000 Reply too long 8001 Route not found |