go-network-configurator/tests/configurator_linux/50-cloud-init.yaml
2026-07-01 15:17:11 -05:00

22 lines
607 B
YAML

network:
version: 2
ethernets:
test_enp1s0:
match:
macaddress: 52:54:00:8b:0d:93
set-name: test_enp1s0
addresses:
- 1.2.3.4/24
gateway4: 1.2.3.1
mtu: 1500
test_enp2s0:
match:
macaddress: 52:54:00:8b:ad:93
set-name: test_enp2s0
addresses:
- fc00:5aa8:7160:d9eb:1:0:1:3/64
routes:
- metric: 200
to: fc00:5aa8:7160:d9eb::1/128
via: fe80::1
mtu: 1500