Merge pull request #69302 from mayflower/networkd-disallow-dhcp

networkd: disallow useDHCP
This commit is contained in:
Linus Heckemann
2019-10-07 11:29:04 +02:00
committed by GitHub
8 changed files with 60 additions and 9 deletions
@@ -903,6 +903,11 @@ in
Whether to use DHCP to obtain an IP address and other
configuration for all network interfaces that are not manually
configured.
Using this option is highly discouraged and also incompatible with
<option>networking.useNetworkd</option>. Please use
<option>networking.interfaces.&lt;name&gt;.useDHCP</option> instead
and set this to false.
'';
};