mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 22:37:49 +00:00

Change every `-` to `_` in directory names. This is to avoid mixing _ and -. Just for consistency and directory sorting properly. Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
12 lines
192 B
Plaintext
12 lines
192 B
Plaintext
interface r2-eth1
|
|
ip ospf area 0.0.0.1
|
|
ip ospf hello-interval 2
|
|
ip ospf dead-interval 10
|
|
ip ospf bfd
|
|
!
|
|
router ospf
|
|
ospf router-id 10.254.254.2
|
|
redistribute connected
|
|
redistribute bgp
|
|
!
|