]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_vxlan.c
zebra: Add "show evpn mac vni all detail" command
authorNitin Soni <nsoni@cumulusnetworks.com>
Thu, 22 Nov 2018 08:18:10 +0000 (00:18 -0800)
committerNitin Soni <nsoni@cumulusnetworks.com>
Tue, 27 Nov 2018 13:44:48 +0000 (05:44 -0800)
commitcffe7580fd709d1878b2605b2057a1b8ae67175c
tree53ab3bdacc7f9236a78e1dfd9d56b38dfe62a80b
parent98d8359fe710f08753a337911b04612da5218b2b
zebra: Add "show evpn mac vni all detail" command

Change helps display detailed output for all possible VNI MACs without
specifying VNI or mac. It helps in troubleshooting - a single
command can be fired to capture detailed info on all VNIs.
Also fixed and existing json related bug where json object is created by
a parent function and freed in child function.

Ticket: CM-22832
Signed-off-by: Nitin Soni <nsoni@cumulusnetworks.com>
Reviewed-by: CCR-8028
zebra/zebra_vty.c
zebra/zebra_vxlan.c
zebra/zebra_vxlan.h