summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 7d3eb677..b54b7453 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,15 @@
+2006-05-15 Paul Jakma <paul.jakma@sun.com>
+
+ * log.c: (general) Generalise struct zebra_route_desc into
+ struct zebra_desc_table and, similar to route_types, add a
+ command_types table to describe Zserv protocol commands.
+ (route_types[]) use a macro to use designated initialisers
+ while avoiding tedious duplication.
+ (zserv_command_string) lookup string from zebra_desc_table,
+ similar to zebra_route_string
+ * zebra.h: Add declaration for zserv_command_string, adjust the
+ comments to reflect zebra_desc_table.
+
2006-05-13 Paul Jakma <paul.jakma@sun.com>
* vty.c: (vty_describe_command) CID #39 fix was too hasty, just