diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-05-15 16:56:51 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-05-15 16:56:51 +0000 |
commit | d6d672aaf930661f502a623d18d7a4abb4f184f2 (patch) | |
tree | fc85e80d1a268dfc420ab5f4f6a306b8e246fc46 /lib/ChangeLog | |
parent | d16e04335968ea05fda60cec01b48df8c345a8ce (diff) |
[lib] Add string mapping table for Zserv commands
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.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 12 |
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 |