From 3991d84e8fa9118a43149d4d3304726eb786bd46 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 1 Apr 2000 10:19:47 +0000 Subject: Changed initialization of protocol list -- now we call proto_build() instead of calling the protocols manually. Implemented printing of dynamic attributes in `show route all'. Each protocol can now register its own attribute class (protocol->attr_class, set to EAP_xxx) and also a callback for naming and formatting of attributes. The callback can return one of the following results: GA_UNKNOWN Attribute not recognized. GA_NAME Attribute name recognized and put to the buffer, generic code should format the value. GA_FULL Both attribute name and value put to the buffer. Please update protocols generating dynamic attributes to provide the attr_class and formatting hook. --- doc/reply_codes | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/reply_codes') diff --git a/doc/reply_codes b/doc/reply_codes index 140de95..91466be 100644 --- a/doc/reply_codes +++ b/doc/reply_codes @@ -35,6 +35,7 @@ Reply codes of BIRD command-line interface 1009 Static route list 1010 Symbol list 1011 Uptime +1012 Route extended attribute list 8000 Reply too long 8001 Route not found -- cgit v1.2.3