From f14a4becbe77cfb3c2e4243d6fc383b0acd8956f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 16 Jan 2000 23:30:06 +0000 Subject: 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. --- doc/reply_codes | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/reply_codes') 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 -- cgit v1.2.3