about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-05-01 13:49:24 +0200
committerGitHub <noreply@github.com>2020-05-01 13:49:24 +0200
commit0a98d10850870bbf3d091f364659006cbeb8ec58 (patch)
tree08933c198f3790bdb4be2886fe411a720d388134 /nixos/doc/manual
parent0e45558707339686388cfe898d6d534e21457aff (diff)
parent00215e5bc0f046b0da8af5f5955b13ee8d915d51 (diff)
downloadnixlib-0a98d10850870bbf3d091f364659006cbeb8ec58.tar
nixlib-0a98d10850870bbf3d091f364659006cbeb8ec58.tar.gz
nixlib-0a98d10850870bbf3d091f364659006cbeb8ec58.tar.bz2
nixlib-0a98d10850870bbf3d091f364659006cbeb8ec58.tar.lz
nixlib-0a98d10850870bbf3d091f364659006cbeb8ec58.tar.xz
nixlib-0a98d10850870bbf3d091f364659006cbeb8ec58.tar.zst
nixlib-0a98d10850870bbf3d091f364659006cbeb8ec58.zip
Merge pull request #82026 from andir/systemd-update-networkd-options
nixos/networkd: update configuration options
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2009.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml
index e380e65ea7c6..78b8eee47efe 100644
--- a/nixos/doc/manual/release-notes/rl-2009.xml
+++ b/nixos/doc/manual/release-notes/rl-2009.xml
@@ -290,6 +290,27 @@ php.override {
      has been set to <literal>true</literal>.
     </para>
    </listitem>
+   <listitem>
+    <para>
+      The <literal>systemd-networkd</literal> option
+      <literal>systemd.network.networks.&lt;name&gt;.dhcp.CriticalConnection</literal>
+      has been removed following upstream systemd's deprecation of the same. It is recommended to use
+      <literal>systemd.network.networks.&lt;name&gt;.networkConfig.KeepConfiguration</literal> instead.
+      See <citerefentry><refentrytitle>systemd.network</refentrytitle>
+      <manvolnum>5</manvolnum></citerefentry> for details.
+    </para>
+   </listitem>
+   <listitem>
+    <para>
+     The <literal>systemd-networkd</literal> option
+     <literal>systemd.network.networks._name_.dhcpConfig</literal>
+     has been renamed to
+     <xref linkend="opt-systemd.network.networks._name_.dhcpV4Config"/>
+     following upstream systemd's documentation change.
+     See <citerefentry><refentrytitle>systemd.network</refentrytitle>
+     <manvolnum>5</manvolnum></citerefentry> for details.
+    </para>
+   </listitem>
   </itemizedlist>
  </section>