mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 11:19:13 +00:00
Merge pull request #15382 from donaldsharp/more_sa_failures
More sa failures
This commit is contained in:
commit
cb570d87d0
@ -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_ipv4_prefixes = 0;
|
||||||
unsigned int number_of_ipv6_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;
|
json_object *json_records = NULL;
|
||||||
|
|
||||||
if (!rpki_vrf)
|
if (!rpki_vrf)
|
||||||
|
@ -3959,7 +3959,6 @@ static void ospf_mpls_te_show_info(struct vty *vty, struct json_object *json,
|
|||||||
json_object *jobj = NULL;
|
json_object *jobj = NULL;
|
||||||
|
|
||||||
sum = 0;
|
sum = 0;
|
||||||
sub = 0;
|
|
||||||
total = lsa->size - OSPF_LSA_HEADER_SIZE;
|
total = lsa->size - OSPF_LSA_HEADER_SIZE;
|
||||||
|
|
||||||
for (tlvh = TLV_HDR_TOP(lsah); sum < total && tlvh;
|
for (tlvh = TLV_HDR_TOP(lsah); sum < total && tlvh;
|
||||||
|
Loading…
Reference in New Issue
Block a user