summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_disable_addpath_rx/r1/bgpd.conf
blob: 44b009e9cad4da184d4c8cf4dcd0d191ffd6857b (plain)
1
2
3
4
5
6
7
8
9
10
!
router bgp 65001
 timers bgp 3 10
 no bgp ebgp-requires-policy
 neighbor 192.168.1.2 remote-as external
 neighbor 192.168.1.2 timers connect 5
 address-family ipv4 unicast
  neighbor 192.168.1.2 disable-addpath-rx
 exit-address-family
!