mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 16:26:10 +00:00
Clean up deprecated usage of router-id
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
bd170de3b6
commit
9ac2326ed0
@ -8,7 +8,7 @@ debug ospf6 neighbor
|
||||
interface r1-eth4
|
||||
!
|
||||
router ospf6
|
||||
router-id 192.168.0.1
|
||||
ospf6 router-id 192.168.0.1
|
||||
log-adjacency-changes
|
||||
interface r1-eth4 area 0.0.0.0
|
||||
!
|
||||
|
@ -1,6 +1,6 @@
|
||||
!
|
||||
router ospf6
|
||||
router-id 10.0.255.1
|
||||
ospf6 router-id 10.0.255.1
|
||||
redistribute kernel
|
||||
redistribute connected
|
||||
redistribute static
|
||||
|
@ -1,6 +1,6 @@
|
||||
!
|
||||
router ospf6
|
||||
router-id 10.0.255.2
|
||||
ospf6 router-id 10.0.255.2
|
||||
redistribute kernel
|
||||
redistribute connected
|
||||
redistribute static
|
||||
|
@ -1,6 +1,6 @@
|
||||
!
|
||||
router ospf6
|
||||
router-id 10.0.255.3
|
||||
ospf6 router-id 10.0.255.3
|
||||
redistribute kernel
|
||||
redistribute connected
|
||||
redistribute static
|
||||
|
@ -1,6 +1,6 @@
|
||||
!
|
||||
router ospf6
|
||||
router-id 10.0.255.4
|
||||
ospf6 router-id 10.0.255.4
|
||||
redistribute kernel
|
||||
redistribute connected
|
||||
redistribute static
|
||||
|
@ -16,7 +16,7 @@ interface r1-sw5
|
||||
ipv6 ospf6 network broadcast
|
||||
!
|
||||
router ospf6
|
||||
router-id 10.0.0.1
|
||||
ospf6 router-id 10.0.0.1
|
||||
log-adjacency-changes detail
|
||||
redistribute static
|
||||
interface r1-stubnet area 0.0.0.0
|
||||
|
@ -16,7 +16,7 @@ interface r2-sw5
|
||||
ipv6 ospf6 network broadcast
|
||||
!
|
||||
router ospf6
|
||||
router-id 10.0.0.2
|
||||
ospf6 router-id 10.0.0.2
|
||||
log-adjacency-changes detail
|
||||
redistribute static
|
||||
interface r2-stubnet area 0.0.0.0
|
||||
|
@ -19,7 +19,7 @@ interface r3-sw6
|
||||
ipv6 ospf6 network broadcast
|
||||
!
|
||||
router ospf6
|
||||
router-id 10.0.0.3
|
||||
ospf6 router-id 10.0.0.3
|
||||
log-adjacency-changes detail
|
||||
redistribute static
|
||||
interface r3-stubnet area 0.0.0.0
|
||||
|
@ -16,7 +16,7 @@ interface r4-sw6
|
||||
ipv6 ospf6 network broadcast
|
||||
!
|
||||
router ospf6
|
||||
router-id 10.0.0.4
|
||||
ospf6 router-id 10.0.0.4
|
||||
log-adjacency-changes detail
|
||||
redistribute static
|
||||
interface r4-stubnet area 0.0.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user