mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-26 00:10:24 +00:00

Don't use 'interface WORD area A.B.C.D' for enabling OSPFv3 areas on interfaces and instead use the standardized 'ipv6 ospf6 area A.B.C.D'. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
22 lines
305 B
Plaintext
22 lines
305 B
Plaintext
log file ospf6d.log
|
|
!
|
|
! debug ospf6 neighbor
|
|
!
|
|
interface r2-lo
|
|
ipv6 ospf6 area 0.0.0.0
|
|
!
|
|
interface r2-eth1
|
|
ipv6 ospf6 area 0.0.0.0
|
|
ipv6 ospf6 priority 5
|
|
!
|
|
interface r2-eth2
|
|
ipv6 ospf6 area 0.0.0.0
|
|
ipv6 ospf6 priority 10
|
|
!
|
|
router ospf6
|
|
ospf6 router-id 192.168.0.2
|
|
log-adjacency-changes
|
|
!
|
|
line vty
|
|
!
|