summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_disable_addpath_rx/r4/bgpd.conf
blob: 68245c4a21f3ad93ce57458887eaa94da9d5d0b1 (plain)
1
2
3
4
5
6
7
8
9
router bgp 65004
 timers bgp 3 10
 no bgp ebgp-requires-policy
 neighbor 192.168.2.2 remote-as external
 neighbor 192.168.2.2 timers connect 5
 address-family ipv4 unicast
  redistribute connected
 exit-address-family
!