mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 00:06:09 +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>
17 lines
439 B
Plaintext
17 lines
439 B
Plaintext
router bgp 102
|
|
no bgp ebgp-requires-policy
|
|
no bgp network import-check
|
|
neighbor 192.168.0.1 remote-as 101
|
|
neighbor 192.168.0.1 timers 3 10
|
|
neighbor 192.168.0.1 bfd
|
|
neighbor 192.168.1.1 remote-as 103
|
|
neighbor 192.168.1.1 timers 3 10
|
|
neighbor 192.168.1.1 bfd
|
|
neighbor 192.168.2.1 remote-as 104
|
|
neighbor 192.168.2.1 timers 3 10
|
|
neighbor 192.168.2.1 bfd
|
|
address-family ipv4 unicast
|
|
network 10.254.254.2/32
|
|
exit-address-family
|
|
!
|