]> git.puffer.fish Git - matthieu/frr.git/commitdiff
2005-04-15 Zhipeng Gong <zpgong@cdc.3upsystems.com>
authorpaul <paul>
Fri, 15 Apr 2005 12:10:17 +0000 (12:10 +0000)
committerpaul <paul>
Fri, 15 Apr 2005 12:10:17 +0000 (12:10 +0000)
* 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
ospfd/ospf_abr.c

index 1039e53f7c1c6c80b6beced85ae58a3c49069f41..3916e57dfe84a0b6c2ec0ad01a069d40558b9397 100644 (file)
@@ -1,3 +1,9 @@
+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).
+
 2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
 
        * ospf_zebra.c (ospf_zebra_add): Call zclient_send_message instead
index 90ed3920e117aaea02c7b621b7884871aa8c6792..b63a803b92afff018ec01969b766bf78adb3456f 100644 (file)
@@ -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. */
         }
     }