Merge pull request #43125 from grahamc/fix-network-lo-alias

networking: Fix timeout when `lo` has aliased IPs
This commit is contained in:
Graham Christensen
2018-07-06 16:10:58 -04:00
committed by GitHub

View File

@@ -1053,7 +1053,7 @@ in
};
} // (listToAttrs (flip map interfaces (i:
let
deviceDependency = if config.boot.isContainer
deviceDependency = if (config.boot.isContainer || i.name == "lo")
then []
else [ (subsystemDevice i.name) ];
in