From 9e67dc2723e86956dade42f5846d5c05334af041 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 15 Apr 2005 12:10:17 +0000 Subject: 2005-04-15 Zhipeng Gong * ospf_abr.c: (ospf_abr_announce_network_to_area) dont forget to approve LSAs for the case where metric has changed, lsa gets flushed otherwise. (backport candidate). --- ospfd/ChangeLog | 6 ++++++ ospfd/ospf_abr.c | 1 + 2 files changed, 7 insertions(+) (limited to 'ospfd') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 1039e53f..3916e57d 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,9 @@ +2005-04-15 Zhipeng Gong + + * ospf_abr.c: (ospf_abr_announce_network_to_area) dont forget + to approve LSAs for the case where metric has changed, lsa gets + flushed otherwise. (backport candidate). + 2005-04-11 Andrew J. Schorr * ospf_zebra.c (ospf_zebra_add): Call zclient_send_message instead diff --git a/ospfd/ospf_abr.c b/ospfd/ospf_abr.c index 90ed3920..b63a803b 100644 --- a/ospfd/ospf_abr.c +++ b/ospfd/ospf_abr.c @@ -748,6 +748,7 @@ ospf_abr_announce_network_to_area (struct prefix_ipv4 *p, u_int32_t cost, "refreshing summary"); set_metric (old, cost); lsa = ospf_summary_lsa_refresh (area->ospf, old); + SET_FLAG (old->flags, OSPF_LSA_APPROVED); /* This will flood through area. */ } } -- cgit v1.2.1