nixos/doc: add release-note entry for networking.useDHCP change
This commit is contained in:
parent
9c18662612
commit
cff16bc625
2 changed files with 22 additions and 0 deletions
|
@ -2386,6 +2386,21 @@
|
||||||
hosts.
|
hosts.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
The option
|
||||||
|
<link xlink:href="options.html#opt-networking.useDHCP">networking.useDHCP</link>
|
||||||
|
isn’t deprecated anymore. When using
|
||||||
|
<link xlink:href="options.html#opt-networking.useNetworkd"><literal>systemd-networkd</literal></link>,
|
||||||
|
a generic <literal>.network</literal>-unit is added which
|
||||||
|
enables DHCP for each interface matching
|
||||||
|
<literal>en*</literal>, <literal>eth*</literal> or
|
||||||
|
<literal>wl*</literal> with priority 99 (which means that it
|
||||||
|
doesn’t have any effect if such an interface is matched by a
|
||||||
|
<literal>.network-</literal>unit with a lower priority). In
|
||||||
|
case of scripted networking, no behavior was changed.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -846,4 +846,11 @@ In addition to numerous new and upgraded packages, this release has the followin
|
||||||
`true` starting with NixOS 22.11. Enable it explicitly if you need to control
|
`true` starting with NixOS 22.11. Enable it explicitly if you need to control
|
||||||
Snapserver remotely or connect streamig clients from other hosts.
|
Snapserver remotely or connect streamig clients from other hosts.
|
||||||
|
|
||||||
|
- The option [networking.useDHCP](options.html#opt-networking.useDHCP) isn't deprecated anymore.
|
||||||
|
When using [`systemd-networkd`](options.html#opt-networking.useNetworkd), a generic
|
||||||
|
`.network`-unit is added which enables DHCP for each interface matching `en*`, `eth*`
|
||||||
|
or `wl*` with priority 99 (which means that it doesn't have any effect if such an interface is matched
|
||||||
|
by a `.network-`unit with a lower priority). In case of scripted networking, no behavior
|
||||||
|
was changed.
|
||||||
|
|
||||||
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
|
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
|
||||||
|
|
Loading…
Reference in a new issue