diff options
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index f8fdd11e..3787b68c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,16 @@ +2007-05-01 David L Stevens <dlstevens@us.ibm.com> + + * (general) These changes collectively add route-map and + prefix-list support to zebra and fix a bug in "show + route-map" (with no argument). + * command.h: added PROTOCOL_NODE type + * log.c: (proto_name2num) new function, protocol name to + number translation. + * routemap.c: (vty_show_route_map) fixed "show route-map" + without route-map name + * routemap.h: added RMAP_ZEBRA type + * zebra.h: added proto_name2num() prototype + 2007-04-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * log.c: (quagga_timestamp) Optimize the subsecond timestamp generation. |