about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-09-24 09:36:49 +0200
committerRobin Gloster <mail@glob.in>2019-09-24 10:20:17 +0200
commite862dd637350ddd1812a6c1fb5811c6464e74ff5 (patch)
tree5271dced2edf95174a87d647524489569a7d7a1e /nixos/doc/manual/release-notes
parentc26c6241eae93985c33590401fda971d7574c136 (diff)
downloadnixlib-e862dd637350ddd1812a6c1fb5811c6464e74ff5.tar
nixlib-e862dd637350ddd1812a6c1fb5811c6464e74ff5.tar.gz
nixlib-e862dd637350ddd1812a6c1fb5811c6464e74ff5.tar.bz2
nixlib-e862dd637350ddd1812a6c1fb5811c6464e74ff5.tar.lz
nixlib-e862dd637350ddd1812a6c1fb5811c6464e74ff5.tar.xz
nixlib-e862dd637350ddd1812a6c1fb5811c6464e74ff5.tar.zst
nixlib-e862dd637350ddd1812a6c1fb5811c6464e74ff5.zip
networking.useDHCP: add release notes and docs
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-1909.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1909.xml b/nixos/doc/manual/release-notes/rl-1909.xml
index 58ab7207f533..012c2e4f9929 100644
--- a/nixos/doc/manual/release-notes/rl-1909.xml
+++ b/nixos/doc/manual/release-notes/rl-1909.xml
@@ -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>