mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 20:55:25 +00:00
bgpd: fix typo "show bgp l2vpn evpn es-evi [vni] <> json" display
The ead-per-evi flag was being displayed as ed-per-evi. Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
This commit is contained in:
parent
2c89cb9017
commit
b37ff319f3
@ -3282,7 +3282,7 @@ static void bgp_evpn_es_evi_json_vtep_fill(json_object *json_vteps,
|
||||
if (evi_vtep->flags & BGP_EVPN_EVI_VTEP_EAD_PER_ES)
|
||||
json_array_string_add(json_flags, "ead-per-es");
|
||||
if (evi_vtep->flags & BGP_EVPN_EVI_VTEP_EAD_PER_EVI)
|
||||
json_array_string_add(json_flags, "ed-per-evi");
|
||||
json_array_string_add(json_flags, "ead-per-evi");
|
||||
json_object_object_add(json_vtep_entry,
|
||||
"flags", json_flags);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user