Rewrite gateway4/gateway6 to routes to satisfy Debian Bookworm
This commit is contained in:
@ -8,5 +8,8 @@ network:
|
||||
dhcp4: false
|
||||
mtu: 9000
|
||||
addresses: [ 198.19.5.16/27, 2001:678:d78:50b::10/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
|
||||
|
Reference in New Issue
Block a user