mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-04 10:21:32 +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
168 B
Plaintext
12 lines
168 B
Plaintext
!
|
|
interface r2-eth0
|
|
ip address 10.0.2.1/24
|
|
ipv6 address 2001:db8:2::1/64
|
|
!
|
|
interface r2-eth1
|
|
ip address 10.0.3.3/24
|
|
ipv6 address 2001:db8:3::3/64
|
|
!
|
|
ip forwarding
|
|
!
|