]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_vrf_route_leak_basic/r1/bgpd.conf
Revert "Merge pull request #11127 from louis-6wind/bgp-leak"
[mirror_frr.git] / tests / topotests / bgp_vrf_route_leak_basic / r1 / bgpd.conf
1 hostname r1
2
3 router bgp 99 vrf DONNA
4 no bgp ebgp-requires-policy
5 address-family ipv4 unicast
6 redistribute connected
7 import vrf EVA
8 !
9 !
10 router bgp 99 vrf EVA
11 no bgp ebgp-requires-policy
12 address-family ipv4 unicast
13 redistribute connected
14 import vrf DONNA
15 !
16 !