diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-06-27 07:52:03 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-06-27 07:52:03 +0000 |
commit | 9c42a6ebbc103a0a4be6af782388ad26e6c03556 (patch) | |
tree | fcbdec3f26cb36539b9d66e1b8f4e63cfe1c3799 /lib/ChangeLog | |
parent | 466c96562c6e39596dc441c30420b335f83f01ea (diff) |
[lib] Centralise Zserv route type information, auto-generate redist strings
2006-05-23 Paul Jakma <paul.jakma@sun.com>
* route_types.txt: New file, table of ZEBRA_ROUTE definitions.
* route_types.awk: New script, to parse previous and generate
(for now) redistribute string defines.
* Makefile.am: build route_types.h using previous two, ala
memtypes.h, include the script and table file in EXTRA_DIST.
* command.h: pull in route_types.h, add a REDIST_STR define.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index d031d8f5..37c1324b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -28,6 +28,15 @@ * if.h: (struct connected) Document the meaning of the ZEBRA_IFC_REAL and ZEBRA_IFC_CONFIGURED flags. +2006-05-23 Paul Jakma <paul.jakma@sun.com> + + * route_types.txt: New file, table of ZEBRA_ROUTE definitions. + * route_types.awk: New script, to parse previous and generate + (for now) redistribute string defines. + * Makefile.am: build route_types.h using previous two, ala + memtypes.h, include the script and table file in EXTRA_DIST. + * command.h: pull in route_types.h, add a REDIST_STR define. + 2006-05-15 Paul Jakma <paul.jakma@sun.com> * log.c: (general) Generalise struct zebra_route_desc into |