mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 12:52: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>
18 lines
319 B
Plaintext
18 lines
319 B
Plaintext
!
|
|
router ospf6
|
|
ospf6 router-id 10.0.255.2
|
|
redistribute kernel
|
|
redistribute connected
|
|
redistribute static
|
|
interface r2-eth0 area 0.0.0.0
|
|
interface r2-eth1 area 0.0.0.0
|
|
!
|
|
int r2-eth0
|
|
ipv6 ospf6 hello-interval 2
|
|
ipv6 ospf6 dead-interval 10
|
|
!
|
|
int r2-eth1
|
|
ipv6 ospf6 hello-interval 2
|
|
ipv6 ospf6 dead-interval 10
|
|
!
|