mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 03:53:38 +00:00
tests: Speedup bfd-profiles-topo1 runtime
Decrease run time from ~70 seconds to ~60 seconds by modifying the hello/dead interval interface timers in ospf Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
5a65e36b11
commit
b17dd2a023
@ -1,5 +1,7 @@
|
|||||||
interface r1-eth1
|
interface r1-eth1
|
||||||
ip ospf area 0
|
ip ospf area 0
|
||||||
|
ip ospf hello-interval 2
|
||||||
|
ip ospf dead-interval 10
|
||||||
ip ospf bfd
|
ip ospf bfd
|
||||||
!
|
!
|
||||||
router ospf
|
router ospf
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
interface r6-eth0
|
interface r6-eth0
|
||||||
ip ospf area 0
|
ip ospf area 0
|
||||||
|
ip ospf hello-interval 2
|
||||||
|
ip ospf dead-interval 10
|
||||||
ip ospf bfd
|
ip ospf bfd
|
||||||
!
|
!
|
||||||
router ospf
|
router ospf
|
||||||
|
Loading…
Reference in New Issue
Block a user