diff options
author | paul <paul> | 2005-04-15 12:10:17 +0000 |
---|---|---|
committer | paul <paul> | 2005-04-15 12:10:17 +0000 |
commit | 9e67dc2723e86956dade42f5846d5c05334af041 (patch) | |
tree | 7a30e01bc773a588112b3039ff150bfe42292b34 /ospfd/ospf_abr.c | |
parent | 2fd2fd5d4c0e5a67f1b84abe18b54417237b20ab (diff) |
2005-04-15 Zhipeng Gong <zpgong@cdc.3upsystems.com>
* 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).
Diffstat (limited to 'ospfd/ospf_abr.c')
-rw-r--r-- | ospfd/ospf_abr.c | 1 |
1 files changed, 1 insertions, 0 deletions
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. */ } } |