about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-10-23 16:50:09 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-10-23 16:50:09 +0200
commit09c9a2de7e75191bebfb3397364809f94195224c (patch)
tree35c17b91d8f287100f3c7b4713c9b7e6de9705a6 /nixos/doc/manual/release-notes
parent4a979b88718da624dae3b3a35bf9f8527fb22a7c (diff)
parentbea05a08166f3c2e73b2fc2885cc4013abb237ee (diff)
downloadnixlib-09c9a2de7e75191bebfb3397364809f94195224c.tar
nixlib-09c9a2de7e75191bebfb3397364809f94195224c.tar.gz
nixlib-09c9a2de7e75191bebfb3397364809f94195224c.tar.bz2
nixlib-09c9a2de7e75191bebfb3397364809f94195224c.tar.lz
nixlib-09c9a2de7e75191bebfb3397364809f94195224c.tar.xz
nixlib-09c9a2de7e75191bebfb3397364809f94195224c.tar.zst
nixlib-09c9a2de7e75191bebfb3397364809f94195224c.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-2003.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2003.xml b/nixos/doc/manual/release-notes/rl-2003.xml
index aa7601f84c43..f001a18b1c1f 100644
--- a/nixos/doc/manual/release-notes/rl-2003.xml
+++ b/nixos/doc/manual/release-notes/rl-2003.xml
@@ -109,6 +109,22 @@
      reconfiguring <literal>hostsdir</literal>.
     </para>
    </listitem>
+   <listitem>
+    <para>
+      The <literal>99-main.network</literal> file was removed. Maching all
+      network interfaces caused many breakages, see
+      <link xlink:href="https://github.com/NixOS/nixpkgs/pull/18962">#18962</link>
+        and <link xlink:href="https://github.com/NixOS/nixpkgs/pull/71106">#71106</link>.
+    </para>
+    <para>
+      We already don't support the global <link linkend="opt-networking.useDHCP">networking.useDHCP</link>,
+      <link linkend="opt-networking.defaultGateway">networking.defaultGateway</link> and
+      <link linkend="opt-networking.defaultGateway6">networking.defaultGateway6</link> options
+      if <link linkend="opt-networking.useNetworkd">networking.useNetworkd</link> is enabled,
+      but direct users to configure the per-device
+      <link linkend="opt-networking.interfaces">networking.interfaces.&lt;name&gt;.…</link> options.
+    </para>
+   </listitem>
   </itemizedlist>
  </section>