mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-25 06:14:07 +00:00

Due to weird merge issues ospf-sr-topo1 was not pulled in. This gets this back into the tree. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com.
23 lines
394 B
Plaintext
23 lines
394 B
Plaintext
!
|
|
interface lo
|
|
ip ospf area 0.0.0.0
|
|
!
|
|
interface r2-eth0
|
|
ip ospf area 0.0.0.0
|
|
!
|
|
interface r2-eth1
|
|
ip ospf network point-to-point
|
|
ip ospf area 0.0.0.0
|
|
!
|
|
interface r2-eth2
|
|
ip ospf network point-to-point
|
|
ip ospf area 0.0.0.0
|
|
!
|
|
router ospf
|
|
ospf router-id 10.0.255.2
|
|
capability opaque
|
|
router-info area 0.0.0.0
|
|
segment-routing on
|
|
segment-routing prefix 10.0.255.2/32 index 200
|
|
!
|