mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 20:18:54 +00:00
zebra: fix 'show evpn vni' output
removed an additional field 'local-tunnel-ip' from l2vnis o/p Ticket: CM-19670 Review: CCR-7167 Testing: Verified that the output is proper Signed-off-by: Mitesh Kanjariya <mitesh@cumulusnetworks.com>
This commit is contained in:
parent
01a6143bda
commit
4ac71d4bea
@ -1129,7 +1129,8 @@ static void zvni_print_hash(struct hash_backet *backet, void *ctxt[])
|
||||
"%-10u %-4s %-21s %-8u %-8u %-15u %-37s\n",
|
||||
zvni->vni, "L2",
|
||||
zvni->vxlan_if ? zvni->vxlan_if->name : "unknown",
|
||||
num_macs, num_neigh, num_vteps,
|
||||
num_macs, num_neigh,
|
||||
num_vteps,
|
||||
vrf_id_to_name(zvni->vrf_id));
|
||||
else {
|
||||
char vni_str[VNI_STR_LEN];
|
||||
|
Loading…
Reference in New Issue
Block a user