mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 17:06:28 +00:00
Merge pull request #8346 from mjstapp/fix_cov_sa
This commit is contained in:
commit
5a0f0ca6cd
@ -1037,6 +1037,8 @@ static int isis_snmp_circuit_level_lookup_next(
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
assert(oid_idx != NULL);
|
||||||
|
|
||||||
/* We have to check level specified by index */
|
/* We have to check level specified by index */
|
||||||
if (oid_idx[1] < IS_LEVEL_1) {
|
if (oid_idx[1] < IS_LEVEL_1) {
|
||||||
level = IS_LEVEL_1;
|
level = IS_LEVEL_1;
|
||||||
|
@ -1096,8 +1096,10 @@ void ospf6_asbr_send_externals_to_area(struct ospf6_area *oa)
|
|||||||
|
|
||||||
for (ALL_LSDB(oa->ospf6->lsdb, lsa, lsanext)) {
|
for (ALL_LSDB(oa->ospf6->lsdb, lsa, lsanext)) {
|
||||||
if (ntohs(lsa->header->type) == OSPF6_LSTYPE_AS_EXTERNAL) {
|
if (ntohs(lsa->header->type) == OSPF6_LSTYPE_AS_EXTERNAL) {
|
||||||
|
if (IS_OSPF6_DEBUG_ASBR)
|
||||||
zlog_debug("%s: Flooding AS-External LSA %s",
|
zlog_debug("%s: Flooding AS-External LSA %s",
|
||||||
__func__, lsa->name);
|
__func__, lsa->name);
|
||||||
|
|
||||||
ospf6_flood_area(NULL, lsa, oa);
|
ospf6_flood_area(NULL, lsa, oa);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user