]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_disable_addpath_rx/r1/bgpd.conf
af1353e0e01bf8342ac1d33d134a1cce715b97c0
[mirror_frr.git] / tests / topotests / bgp_disable_addpath_rx / r1 / bgpd.conf
1 !
2 router bgp 65001
3 timers 3 10
4 no bgp ebgp-requires-policy
5 neighbor 192.168.1.2 remote-as external
6 neighbor 192.168.1.2 timers connect 5
7 address-family ipv4 unicast
8 neighbor 192.168.1.2 disable-addpath-rx
9 exit-address-family
10 !