Refactor the things that are common between bird and frr build types -- no-op for the build/ output

This commit is contained in:
Pim van Pelt
2023-05-31 16:14:33 +00:00
parent 4d964af173
commit f929b836e8
44 changed files with 180 additions and 84 deletions

View File

@ -0,0 +1,16 @@
network:
version: 2
renderer: networkd
ethernets:
enp1s0:
optional: true
accept-ra: false
dhcp4: false
mtu: 9000
addresses: [ {{node.mgmt.ipv4}}, {{node.mgmt.ipv6}} ]
routes:
- to: 0.0.0.0/0
via: {{lab.mgmt.gw4}}
- to: ::/0
via: {{lab.mgmt.gw6}}