]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_evpn.h
bgpd: Adding new bgp evpn cli's for ip-prefix lookup
authorLakshman Krishnamoorthy <lkrishnamoor@vmware.com>
Wed, 11 Sep 2019 07:01:39 +0000 (00:01 -0700)
committerLakshman Krishnamoorthy <lkrishnamoor@vmware.com>
Fri, 27 Sep 2019 17:58:46 +0000 (10:58 -0700)
commit44c69747481cc7be3568baef9a58cfc72dd06668
treeed68b7653d52ef793fde6114ef9c1f1f0afb530c
parent5c256b572ca09b5d15b67ba0236c8a2678dda19c
bgpd: Adding new bgp evpn cli's for ip-prefix lookup

Implement CLIs for the following, to filter for a prefix within
evpn type 5 route
1) show bgp l2vpn evpn A.B.C.D
2) show bgp l2vpn evpn A.B.C.D json
3) show bgp l2vpn evpn A.B.C.D/M
4) show bgp l2vpn evpn A.B.C.D/M json
5) show bgp l2vpn evpn X:X::X:X
6) show bgp l2vpn evpn X:X::X:X json
7) show bgp l2vpn evpn X:X::X:X/M
8) show bgp l2vpn evpn X:X::X:X/M json

Sample output provided here: https://github.com/FRRouting/frr/pull/4850

Signed-off-by: Lakshman Krishnamoorthy <lkrishnamoor@vmware.com>
bgpd/bgp_evpn.c
bgpd/bgp_evpn.h
bgpd/bgp_route.c
lib/prefix.c
lib/prefix.h