mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 03:28:31 +00:00
Merge pull request #7173 from ckishimo/force
ospfd: fix lsa type-7 continuously refreshed
This commit is contained in:
commit
a43f7e4d95
@ -289,8 +289,9 @@ void ospf_asbr_nssa_redist_task(struct ospf *ospf)
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
for (ALL_LIST_ELEMENTS_RO(red_list, node, red))
|
for (ALL_LIST_ELEMENTS_RO(red_list, node, red))
|
||||||
ospf_external_lsa_refresh_type(
|
ospf_external_lsa_refresh_type(ospf, type,
|
||||||
ospf, type, red->instance, LSA_REFRESH_FORCE);
|
red->instance,
|
||||||
|
LSA_REFRESH_IF_CHANGED);
|
||||||
}
|
}
|
||||||
|
|
||||||
ospf_external_lsa_refresh_default(ospf);
|
ospf_external_lsa_refresh_default(ospf);
|
||||||
|
Loading…
Reference in New Issue
Block a user