fix-openstack-networking #47

Merged
felixalb merged 5 commits from fix-openstack-networking into main 2024-07-31 11:23:00 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 77fa789756 - Show all commits

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";