mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
Merge pull request #16050 from rgirada/ospfv3_helper
ospf6d: Handling Topo Change in GR-HELPER mode for max-age lsas
This commit is contained in:
commit
b436e96853
|
@ -295,9 +295,7 @@ void ospf6_install_lsa(struct ospf6_lsa *lsa)
|
|||
lsa->installed = now;
|
||||
|
||||
/* Topo change handling */
|
||||
if (CHECK_LSA_TOPO_CHG_ELIGIBLE(ntohs(lsa->header->type))
|
||||
&& !CHECK_FLAG(lsa->flag, OSPF6_LSA_DUPLICATE)) {
|
||||
|
||||
if (CHECK_LSA_TOPO_CHG_ELIGIBLE(ntohs(lsa->header->type))) {
|
||||
/* check if it is new lsa ? or existing lsa got modified ?*/
|
||||
if (!old || OSPF6_LSA_IS_CHANGED(old, lsa))
|
||||
ospf6_helper_handle_topo_chg(ospf6, lsa);
|
||||
|
|
Loading…
Reference in a new issue