networking.useDHCP: add release notes and docs

This commit is contained in:
Robin Gloster 2019-09-24 09:36:49 +02:00
parent c26c6241ea
commit e862dd6373
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF
2 changed files with 13 additions and 0 deletions

View File

@ -484,6 +484,14 @@
(<literal>citrix_workspace</literal>).
</para>
</listitem>
<listitem>
<para>
The <option>networking.useDHCP</option> option is unsupported in combination with
<option>networking.useNetworkd</option> in anticipation of defaulting to it by default.
It has to be set to <literal>false</literal> and enabled per
interface with <option>networking.interfaces.&lt;name&gt;.useDHCP = true;</option>
</para>
</listitem>
</itemizedlist>
</section>

View File

@ -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.
'';
};