]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_vxlan.h
bgpd/zebra: show command enhancements for EVPN symmetric routing
authorMitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com>
Wed, 15 Nov 2017 09:01:00 +0000 (01:01 -0800)
committermitesh <mitesh@cumulusnetworks.com>
Tue, 23 Jan 2018 23:58:53 +0000 (15:58 -0800)
commit4cce389e0ee6e661f5761dbb9baabb941eceee14
treef1549795f43984e7d4e2fe26811781a95c9d7806
parent31310b25f20260b66ab7a4ce726f57d815424867
bgpd/zebra: show command enhancements for EVPN symmetric routing

0. move all global EVPN details to 'show evpn [json]' command
1. change "VRF" to "Tenant VRF" in 'show evpn vni'
2. change 'show vrf vni' command to tabular form
   and add l3-vni related params to the output
3. show evpn rmac should show refcount only in detailed output
4. show evpn next-hop should show refcount only in detailed output
5. move VRF in 'show evpn l3vni' to the end
6. add num rmacs and num nexthops to show evpn l3vni
7. remove "info" from 'show bgp vrf <> l3vni info'
8. show evpn vni <vni> should show l2vni details or l3 vni details
9. show evpn vni should show both L2 and L3 VNIs
10. show bgp l2vpn evpn - shows all global bgp l2vpn evpn details
11. show bgp l2vpn evpn vni - will show both l2 and l3 vnis
12. show bgp l2vpn evpn vni - should show both l2 and l3 vnis
13. follow camel notation for all json keys

Signed-off-by: Mitesh Kanjariya <mitesh@cumulusnetworks.com>
bgpd/bgp_evpn_vty.c
zebra/zebra_vty.c
zebra/zebra_vxlan.c
zebra/zebra_vxlan.h
zebra/zebra_vxlan_null.c