mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 22:30:43 +00:00
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).
This commit is contained in:
parent
2fd2fd5d4c
commit
9e67dc2723
@ -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>
|
2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
||||||
|
|
||||||
* ospf_zebra.c (ospf_zebra_add): Call zclient_send_message instead
|
* ospf_zebra.c (ospf_zebra_add): Call zclient_send_message instead
|
||||||
|
@ -748,6 +748,7 @@ ospf_abr_announce_network_to_area (struct prefix_ipv4 *p, u_int32_t cost,
|
|||||||
"refreshing summary");
|
"refreshing summary");
|
||||||
set_metric (old, cost);
|
set_metric (old, cost);
|
||||||
lsa = ospf_summary_lsa_refresh (area->ospf, old);
|
lsa = ospf_summary_lsa_refresh (area->ospf, old);
|
||||||
|
SET_FLAG (old->flags, OSPF_LSA_APPROVED);
|
||||||
/* This will flood through area. */
|
/* This will flood through area. */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user