mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:02:58 +00:00
tests: Reduce bfd-topo2 run time
Reduce run time of bfd-topo2 from ~62 seconds to ~33 seconds by modifying the hello/dead intervals for both ospf and ospfv3 Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
2022ed089e
commit
f3ce48d31a
@ -1,5 +1,7 @@
|
||||
interface r2-eth2
|
||||
ipv6 ospf6 bfd
|
||||
ipv6 ospf6 hello-interval 2
|
||||
ipv6 ospf6 dead-interval 10
|
||||
!
|
||||
router ospf6
|
||||
ospf6 router-id 10.254.254.2
|
||||
|
@ -1,5 +1,7 @@
|
||||
interface r2-eth1
|
||||
ip ospf area 0.0.0.1
|
||||
ip ospf hello-interval 2
|
||||
ip ospf dead-interval 10
|
||||
ip ospf bfd
|
||||
!
|
||||
router ospf
|
||||
|
@ -1,5 +1,7 @@
|
||||
interface r3-eth0
|
||||
ip ospf area 0.0.0.1
|
||||
ip ospf hello-interval 2
|
||||
ip ospf dead-interval 10
|
||||
ip ospf bfd
|
||||
!
|
||||
router ospf
|
||||
|
@ -1,5 +1,7 @@
|
||||
interface r4-eth0
|
||||
ipv6 ospf6 bfd
|
||||
ipv6 ospf6 hello-interval 2
|
||||
ipv6 ospf6 dead-interval 10
|
||||
!
|
||||
router ospf6
|
||||
ospf6 router-id 10.254.254.4
|
||||
|
Loading…
Reference in New Issue
Block a user