mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-21 09:22:19 +00:00

Reduce run time from ~114 seconds to ~55 seconds by configuring hello/dead interval timers for ospf and ospfv3 Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
18 lines
319 B
Plaintext
18 lines
319 B
Plaintext
!
|
|
router ospf6
|
|
ospf6 router-id 10.0.255.4
|
|
redistribute kernel
|
|
redistribute connected
|
|
redistribute static
|
|
interface r4-eth0 area 0.0.0.1
|
|
interface r4-eth1 area 0.0.0.1
|
|
!
|
|
int r4-eth0
|
|
ipv6 ospf6 hello-interval 2
|
|
ipv6 ospf6 dead-interval 10
|
|
!
|
|
int r4-eth1
|
|
ipv6 ospf6 hello-interval 2
|
|
ipv6 ospf6 dead-interval 10
|
|
!
|