diff options
| author | Don Slice <dslice@cumulusnetworks.com> | 2018-10-26 20:57:23 +0000 |
|---|---|---|
| committer | Don Slice <dslice@cumulusnetworks.com> | 2018-10-29 13:09:31 +0000 |
| commit | 24cdbd0d8becedf0b9c3634c548a85179dda7bf8 (patch) | |
| tree | be815eb480bcaf568b49a134c1de2957a074b66d /zebra/zebra_vxlan.h | |
| parent | dd5c280ab3ae493e038ca13b672da148ade58f61 (diff) | |
zebra: add json support to show evpn mac vni <num> mac <mac>
Added the json output capability in order to improve troubleshooting
capabilities.
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_vxlan.h')
| -rw-r--r-- | zebra/zebra_vxlan.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/zebra_vxlan.h b/zebra/zebra_vxlan.h index f03cd3d541..1c394e9eff 100644 --- a/zebra/zebra_vxlan.h +++ b/zebra/zebra_vxlan.h @@ -94,7 +94,8 @@ extern void zebra_vxlan_print_macs_all_vni_vtep(struct vty *vty, bool use_json); extern void zebra_vxlan_print_specific_mac_vni(struct vty *vty, struct zebra_vrf *zvrf, - vni_t vni, struct ethaddr *mac); + vni_t vni, struct ethaddr *mac, + bool use_json); extern void zebra_vxlan_print_macs_vni_vtep(struct vty *vty, struct zebra_vrf *zvrf, vni_t vni, struct in_addr vtep_ip, |
