build
config
overlays
bird
common
etc
netns
netplan
01-netcfg.yaml.j2
hostname.j2
hosts.j2
motd
resolv.conf.j2
home
root
host
tap
vpp
ovs-config.sh
default
.gitignore
README.md
command
create
generate
17 lines
325 B
Django/Jinja
17 lines
325 B
Django/Jinja
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}}
|
|
|