Openstack: fix broken ntnu-internal route
This commit is contained in:
parent
4b3d3709b5
commit
77fa789756
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue