]> git.proxmox.com Git - mirror_frr.git/blame - tests/topotests/bgp_disable_addpath_rx/r2/bgpd.conf
Merge pull request #13506 from anlancs/fix/bfdd-vrf-check
[mirror_frr.git] / tests / topotests / bgp_disable_addpath_rx / r2 / bgpd.conf
CommitLineData
cb747ed9 1router bgp 65002
f55bd028 2 timers bgp 3 10
cb747ed9
DA
3 no bgp ebgp-requires-policy
4 neighbor 192.168.1.1 remote-as external
e82b531d 5 neighbor 192.168.1.1 timers connect 5
cb747ed9 6 neighbor 192.168.2.3 remote-as external
e82b531d 7 neighbor 192.168.2.3 timers connect 5
cb747ed9 8 neighbor 192.168.2.4 remote-as external
e82b531d 9 neighbor 192.168.2.4 timers connect 5
cb747ed9
DA
10 address-family ipv4 unicast
11 neighbor 192.168.1.1 addpath-tx-all-paths
12 exit-address-family
13!