mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 10:50:18 +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>
12 lines
328 B
Plaintext
12 lines
328 B
Plaintext
! spine
|
|
router bgp 65002
|
|
no bgp ebgp-requires-policy
|
|
neighbor 192.168.255.2 remote-as 65001
|
|
neighbor 192.168.255.2 timers 3 10
|
|
neighbor 192.168.255.2 solo
|
|
neighbor 192.168.254.2 remote-as 65003
|
|
neighbor 192.168.254.2 timers 3 10
|
|
neighbor 192.168.254.2 solo
|
|
neighbor 192.168.254.2 sender-as-path-loop-detection
|
|
!
|