Merge pull request #7173 from ckishimo/force

ospfd: fix lsa type-7 continuously refreshed
This commit is contained in:
Donald Sharp 2020-10-27 11:22:23 -04:00 committed by GitHub
commit a43f7e4d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);