diff options
author | hasso <hasso> | 2004-05-10 07:43:59 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-05-10 07:43:59 +0000 |
commit | dd669bb0e7102a5896925f98203fa991560748b7 (patch) | |
tree | 80edd1c4792789a41226af378d8fb99f444b88b6 /ospfd/ChangeLog | |
parent | 2a56df976d3fb0800921ef561c346b85e7acb6be (diff) |
* Make updating redistributions work if prefix list is changed and it's
used in route-map used to filter redistributions.
* Move ospf_prefix_list_update() function from ospfd.c to ospf_zebra.c.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 77ffbe59..fa901ced 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,10 @@ +2004-05-10 Hasso Tepper <hasso@estpak.ee> + + * ospf_zebra.c, ospfd.c: Move ospf_prefix_list_update() function + to ospf_zebra.c from ospfd.c and add redistribution updates if + route-map is used in redistribution. + * ospf_main.c: Remove now useless call to ospf_init(). + 2004-05-08 Paul Jakma <paul@dishone.st> * ospf_zebra.c: Sync with lib/zclient changes |