]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_vpnv4_per_nexthop_label/rr/bgpd.conf
Merge pull request #13422 from donaldsharp/pim_thread_off_fix
[mirror_frr.git] / tests / topotests / bgp_vpnv4_per_nexthop_label / rr / bgpd.conf
1 router bgp 65500
2 bgp router-id 100.100.100.100
3 no bgp network import-check
4 neighbor 192.0.2.1 remote-as 65500
5 neighbor 192.0.2.11 remote-as 65500
6 neighbor 192.0.2.12 remote-as 65500
7 address-family ipv4 unicast
8 neighbor 192.0.2.1 route-reflector-client
9 neighbor 192.0.2.11 route-reflector-client
10 neighbor 192.0.2.12 route-reflector-client
11 exit-address-family
12 !
13