]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_disable_addpath_rx/r2/bgpd.conf
bfdd: Fix malformed session with vrf
[mirror_frr.git] / tests / topotests / bgp_disable_addpath_rx / r2 / bgpd.conf
1 router bgp 65002
2 timers 3 10
3 no bgp ebgp-requires-policy
4 neighbor 192.168.1.1 remote-as external
5 neighbor 192.168.1.1 timers connect 5
6 neighbor 192.168.2.3 remote-as external
7 neighbor 192.168.2.3 timers connect 5
8 neighbor 192.168.2.4 remote-as external
9 neighbor 192.168.2.4 timers connect 5
10 address-family ipv4 unicast
11 neighbor 192.168.1.1 addpath-tx-all-paths
12 exit-address-family
13 !