Rewrite gateway4/gateway6 to routes to satisfy Debian Bookworm

This commit is contained in:
Pim van Pelt
2023-05-04 18:51:47 +00:00
parent d127651279
commit 3170fb24dd
5 changed files with 25 additions and 10 deletions
build/default/hvn0.lab.ipng.ch
vpp0-0
etc
vpp0-1
etc
vpp0-2
etc
vpp0-3
etc
overlays/bird/common/etc/netplan

@ -8,6 +8,9 @@ network:
dhcp4: false
mtu: 9000
addresses: [ {{node.mgmt.ipv4}}, {{node.mgmt.ipv6}} ]
gateway4: {{lab.mgmt.gw4}}
gateway6: {{lab.mgmt.gw6}}
routes:
- to: 0.0.0.0/0
via: {{lab.mgmt.gw4}}
- to: ::/0
via: {{lab.mgmt.gw6}}