mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 04:04:09 +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;
|
||||
|
||||
for (ALL_LIST_ELEMENTS_RO(red_list, node, red))
|
||||
ospf_external_lsa_refresh_type(
|
||||
ospf, type, red->instance, LSA_REFRESH_FORCE);
|
||||
ospf_external_lsa_refresh_type(ospf, type,
|
||||
red->instance,
|
||||
LSA_REFRESH_IF_CHANGED);
|
||||
}
|
||||
|
||||
ospf_external_lsa_refresh_default(ospf);
|
||||
|
Loading…
Reference in New Issue
Block a user