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

View File

@ -8,5 +8,8 @@ network:
dhcp4: false
mtu: 9000
addresses: [ 198.19.5.18/27, 2001:678:d78:50b::12/64 ]
gateway4: 198.19.5.1
gateway6: 2001:678:d78:50b::1
routes:
- to: 0.0.0.0/0
via: 198.19.5.1
- to: ::/0
via: 2001:678:d78:50b::1