]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: vrl route-leak show with all vrfs option 3925/head
authorChirag Shah <chirag@cumulusnetworks.com>
Thu, 7 Mar 2019 20:36:47 +0000 (12:36 -0800)
committerChirag Shah <chirag@cumulusnetworks.com>
Thu, 7 Mar 2019 23:44:13 +0000 (15:44 -0800)
commit03915806658ee08ced540b728d6111c4610002f5
tree964d1761319c2548b44084ba913911eb12069c1d
parent414d04adb8eedeefae6c6e3f6a8057d5217544f1
bgpd: vrl route-leak show with all vrfs option

VRF Route Leak's
show bgp vrf all ipv4 unicast route-leak
is not supported with `all` keyword.

Testing Done:

bl1# show bgp vrf all ipv4 unicast route-leak

Instance default:
This VRF is not importing IPv4 Unicast routes from any other VRF
This VRF is not exporting IPv4 Unicast routes to any other VRF

Instance vrf3:
This VRF is importing IPv4 Unicast routes from the following VRFs:
  vrf1
Import RT(s): 144.1.1.2:10
This VRF is exporting IPv4 Unicast routes to the following VRFs:
  vrf1
RD: 144.1.3.2:9
Export RT: 144.1.3.2:9

Instance vrf1:
This VRF is importing IPv4 Unicast routes from the following VRFs:
  vrf3
Import RT(s): 144.1.3.2:9
This VRF is exporting IPv4 Unicast routes to the following VRFs:
  vrf3
RD: 144.1.1.2:10
Export RT: 144.1.1.2:10

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
bgpd/bgp_vty.c