mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-23 23:05:24 +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>
14 lines
247 B
Plaintext
14 lines
247 B
Plaintext
!
|
|
router ospf6
|
|
ospf6 router-id 10.0.255.1
|
|
redistribute kernel
|
|
redistribute connected
|
|
redistribute static
|
|
interface r1-eth0 area 0.0.0.0
|
|
interface r1-eth1 area 0.0.0.0
|
|
!
|
|
int r1-eth1
|
|
ipv6 ospf6 dead-interval 10
|
|
ipv6 ospf6 hello-interval 2
|
|
!
|