summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2020-01-30 11:57:58 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2020-02-01 11:38:40 +0100
commit0c19bfb8ac31e99b1707d83dabaec5438171c516 (patch)
treee10538876d79bf78e618ab10fbf224c46906d85b /nixos/doc
parent1d9538d77a335b4fcee44073e3b0d8cbf0bec03f (diff)
nixos/docs: document preferTempAddress -> tempAddress change
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2003.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2003.xml b/nixos/doc/manual/release-notes/rl-2003.xml
index 13981c0853d6..186db88d237e 100644
--- a/nixos/doc/manual/release-notes/rl-2003.xml
+++ b/nixos/doc/manual/release-notes/rl-2003.xml
@@ -539,6 +539,15 @@ auth required pam_succeed_if.so uid >= 1000 quiet
<listitem>
<para>The LLVM versions 3.5, 3.9 and 4 (including the corresponding CLang versions) have been dropped.</para>
</listitem>
+ <listitem>
+ <para>
+ The <option>networking.interfaces.*.preferTempAddress</option> option has
+ been replaced by <option>networking.interfaces.*.tempAddress</option>.
+ The new option allows better control of the IPv6 temporary addresses,
+ including completely disabling them for interfaces where they are not
+ needed.
+ </para>
+ </listitem>
</itemizedlist>
</section>