mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 14:29:47 +00:00

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>
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
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
|
|
redistribute connected
|
|
redistribute bgp
|
|
interface r2-eth2 area 0.0.0.1
|
|
!
|