mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 20:27:03 +00:00
tests: ospf-topo2 speed up
Modify ospf hello/dead timers to speed up run time from ~25 seconds to ~17 seconds. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
14f2e6b50b
commit
d23a0ba74c
@ -1,6 +1,8 @@
|
||||
!
|
||||
interface r1-eth1
|
||||
ip ospf network point-to-point
|
||||
ip ospf hello-interval 2
|
||||
ip ospf dead-interval 10
|
||||
!
|
||||
router ospf
|
||||
ospf router-id 10.0.255.1
|
||||
|
@ -1,6 +1,8 @@
|
||||
!
|
||||
interface r2-eth1
|
||||
ip ospf network point-to-point
|
||||
ip ospf hello-interval 2
|
||||
ip ospf dead-interval 10
|
||||
!
|
||||
router ospf
|
||||
ospf router-id 10.0.255.2
|
||||
|
Loading…
Reference in New Issue
Block a user