mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 14:21:45 +00:00

Modify bgpd.conf in all easily accessible topotests to use 3 10 as their timers du jour. This will allow the tests to converge faster. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
15 lines
325 B
Plaintext
15 lines
325 B
Plaintext
! exit1
|
|
router bgp 65001
|
|
no bgp ebgp-requires-policy
|
|
neighbor 192.168.255.1 remote-as 65002
|
|
neighbor 192.168.255.1 timers 3 10
|
|
address-family ipv4 unicast
|
|
neighbor 192.168.255.1 route-map prepend out
|
|
redistribute connected
|
|
exit-address-family
|
|
!
|
|
!
|
|
route-map prepend permit 10
|
|
set as-path prepend 65003
|
|
!
|