Merge pull request #15382 from donaldsharp/more_sa_failures

More sa failures
This commit is contained in:
Igor Ryzhov 2024-02-16 13:55:35 +02:00 committed by GitHub
commit cb570d87d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -1082,7 +1082,7 @@ static void print_prefix_table(struct vty *vty, struct rpki_vrf *rpki_vrf,
unsigned int number_of_ipv4_prefixes = 0;
unsigned int number_of_ipv6_prefixes = 0;
struct rtr_mgr_group *group = get_connected_group(rpki_vrf);
struct rtr_mgr_group *group;
json_object *json_records = NULL;
if (!rpki_vrf)

View File

@ -3959,7 +3959,6 @@ static void ospf_mpls_te_show_info(struct vty *vty, struct json_object *json,
json_object *jobj = NULL;
sum = 0;
sub = 0;
total = lsa->size - OSPF_LSA_HEADER_SIZE;
for (tlvh = TLV_HDR_TOP(lsah); sum < total && tlvh;