mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-24 17:52:19 +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>
15 lines
220 B
Plaintext
15 lines
220 B
Plaintext
int r1-eth0
|
|
ip address 192.168.1.1/24
|
|
|
|
int r1-eth1
|
|
ip address 192.168.2.1/24
|
|
|
|
int r1-eth2
|
|
ip address 192.168.3.1/24
|
|
|
|
int r1-eth3 vrf vrf-chiyoda
|
|
ip address 192.168.4.1/24
|
|
|
|
int r1-eth4
|
|
ipv6 address c0ff:ee::/64
|