mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 10:08:41 +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>
11 lines
247 B
Plaintext
11 lines
247 B
Plaintext
router bgp 103
|
|
no bgp ebgp-requires-policy
|
|
no bgp network import-check
|
|
neighbor 192.168.1.2 remote-as 102
|
|
neighbor 192.168.1.2 timers 3 10
|
|
neighbor 192.168.1.2 bfd
|
|
address-family ipv4 unicast
|
|
network 10.254.254.3/32
|
|
exit-address-family
|
|
!
|