diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-14 01:32:37 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-14 01:32:37 +0100 |
commit | 8a7fb8858fa87bce6f2f15ee2bbb77704b5fff4e (patch) | |
tree | 9d4ca182afc0d2f140afeb9d60ef5668776eb9d5 /doc/reply_codes | |
parent | 28008482a97c0ac70e648759fe37bad0633ed9f7 (diff) | |
download | bird-8a7fb8858fa87bce6f2f15ee2bbb77704b5fff4e.tar bird-8a7fb8858fa87bce6f2f15ee2bbb77704b5fff4e.zip |
Finishes 'route reload' feature.
Diffstat (limited to 'doc/reply_codes')
-rw-r--r-- | doc/reply_codes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/reply_codes b/doc/reply_codes index e4330a2..4588182 100644 --- a/doc/reply_codes +++ b/doc/reply_codes @@ -23,6 +23,7 @@ Reply codes of BIRD command-line interface 0012 Restarted 0013 Status report 0014 Route count +0015 Reloading 1000 BIRD version 1001 Interface list @@ -40,6 +41,7 @@ Reply codes of BIRD command-line interface 1013 Show ospf neighbors 1014 Show ospf 1015 Show ospf interface +1016 Show ospf state/topology 8000 Reply too long 8001 Route not found @@ -47,6 +49,7 @@ Reply codes of BIRD command-line interface 8003 No protocols match 8004 Stopped due to reconfiguration 8005 Protocol is down => cannot dump +8006 Reload failed 9000 Command too long 9001 Parse error |