mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 10:09:25 +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>
10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
hostname r2
|
|
interface r2-eth0
|
|
ip address 10.0.21.2/24
|
|
ipv6 address 2001:db8:1:2::2/64
|
|
!
|
|
interface lo
|
|
ip address 10.254.0.2/32
|
|
ipv6 address 2001:db8:F::2/128
|
|
!
|