Openstack: fix broken ntnu-internal route

This commit is contained in:
Felix Albrigtsen 2024-07-29 15:22:47 +02:00
parent 4b3d3709b5
commit 77fa789756
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ in rec {
# Only use this network for link-local networking, not global/default routes
dhcpV4Config.UseRoutes = "no";
routes = [
{ routeConfig.Destination = "10.0.0.0/8"; }
{ routeConfig = { Destination = "10.0.0.0/8"; Gateway = "_dhcp4"; }; }
];
linkConfig.RequiredForOnline = "no";