mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 18:16:43 +00:00

Tweak OSPFv3 interface configuration to converge faster. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
interface r5-eth0
|
|
ipv6 ospf6 bfd
|
|
ipv6 ospf6 hello-interval 2
|
|
ipv6 ospf6 dead-interval 10
|
|
!
|
|
router ospf6
|
|
ospf6 router-id 10.254.254.5
|
|
redistribute connected
|
|
interface r5-eth0 area 0.0.0.0
|
|
!
|