]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Implement vrf - vrf route leaking cli
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 19 Mar 2018 19:41:17 +0000 (15:41 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Apr 2018 16:39:16 +0000 (12:39 -0400)
commit12a844a5069bb3152cbb072560ed13c1d102f808
tree4c842380ba1ce3c2f5fc7bf790050993e8cd3f0c
parent97722e560ecaf87125aff5a56e247b7952ef8105
bgpd: Implement vrf - vrf route leaking cli

add the `import vrf XXXX` command

router bgp 4 vrf DONNA
  <config>
!

router bgp 4 vrf EVA
  <config>
  address-family ipv4 uni
    import vrf DONNA
  !
!

This command will allow for vrf EVA to specify that it would like
to receive the routes from vrf DONNA into it's table.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_mplsvpn.c
bgpd/bgp_mplsvpn.h
bgpd/bgp_vty.c
bgpd/bgpd.c
bgpd/bgpd.h