mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 18:44:54 +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>
20 lines
418 B
Plaintext
20 lines
418 B
Plaintext
!
|
|
hostname r1
|
|
password zebra
|
|
log stdout debugging
|
|
router bgp 100
|
|
bgp router-id 10.0.1.1
|
|
neighbor 10.0.1.101 remote-as 100
|
|
neighbor 10.0.1.101 timers 3 10
|
|
neighbor 10.0.1.101 update-source 10.0.1.1
|
|
address-family ipv6 flowspec
|
|
local-install r1-eth0
|
|
neighbor 10.0.1.101 activate
|
|
exit-address-family
|
|
address-family ipv4 flowspec
|
|
local-install r1-eth0
|
|
neighbor 10.0.1.101 activate
|
|
exit-address-family
|
|
!
|
|
!
|