diff options
author | hasso <hasso> | 2005-08-05 07:40:15 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-08-05 07:40:15 +0000 |
commit | 01018ce479cce0af61d3797e5200cc340fe6ec0e (patch) | |
tree | 0d497a18a8848231be1e4a9806394769bf855525 /ospfd/ChangeLog | |
parent | e279c7a6f35a211453ec52fdd16ab78535f5d727 (diff) |
* ospf_zebra.c: Don't assert/stop before type == ZEBRA_ROUTE_MAX if
dealing with routemaps. There is ospf->route_map[ZEBRA_ROUTE_MAX]
for default-information.
Fixes bugzilla #208.
[backport candidate]
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 4070a8f7..cb164590 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,9 @@ +2005-08-05 Hasso Tepper <hasso at quagga.net> + + * ospf_zebra.c: Don't assert/stop before type == ZEBRA_ROUTE_MAX if + dealing with routemaps. There is ospf->route_map[ZEBRA_ROUTE_MAX] + for default-information. + 2005-07-26 Paul Jakma <paul.jakma@sun.com> * ospf_abr.c: (ospf_abr_announce_network_to_area) SET_FLAG |