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