Refactor the things that are common between bird and frr build types -- no-op for the build/ output
This commit is contained in:
16
overlays/_common/common/etc/netplan/01-netcfg.yaml.j2
Normal file
16
overlays/_common/common/etc/netplan/01-netcfg.yaml.j2
Normal 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}}
|
||||
|
Reference in New Issue
Block a user