mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 09:00:55 +00:00

Reduce this tests run time from ~76 seconds to ~49 seconds by decreasing the hello/dead interval timers in ospf Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
16 lines
224 B
Plaintext
16 lines
224 B
Plaintext
hostname r2
|
|
log file ospfd.log
|
|
!
|
|
router ospf
|
|
router-id 2.2.2.2
|
|
network 0.0.0.0/0 area 0
|
|
!
|
|
int r2-eth1
|
|
ip ospf hello-interval 2
|
|
ip ospf dead-interval 10
|
|
!
|
|
int r2-eth2
|
|
ip ospf hello-interval 2
|
|
ip ospf dead-interval 10
|
|
!
|