summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2020-01-08 19:36:00 +0100
committerAndreas Rammhold <andreas@rammhold.de>2020-05-01 13:33:53 +0200
commit7b78f0f098aebdeb6316fc066a4cdeaf62e37abd (patch)
tree75ba386fe01d1e8a80cbf378449d5a1ba79c64ef /nixos/doc
parent0bdc8d7a58a38e4159bbd52a64b8341a98615b8b (diff)
nixos/networkd: remove CriticalConnection= fields in favor of KeepConnection
Systemd upstream has deprecated CriticalConnection with v244 in favor of KeepConnection as that seems to be more flexible: The CriticalConnection= setting in .network files is now deprecated, and replaced by a new KeepConfiguration= setting which allows more detailed configuration of the IP configuration to keep in place.
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2009.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml
index 1cf7c977eeb0..1b40a84be554 100644
--- a/nixos/doc/manual/release-notes/rl-2009.xml
+++ b/nixos/doc/manual/release-notes/rl-2009.xml
@@ -290,6 +290,16 @@ environment.systemPackages = [
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>
</itemizedlist>
</section>