From 0c19bfb8ac31e99b1707d83dabaec5438171c516 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Thu, 30 Jan 2020 11:57:58 +0100 Subject: [PATCH] nixos/docs: document preferTempAddress -> tempAddress change --- nixos/doc/manual/release-notes/rl-2003.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nixos/doc/manual/release-notes/rl-2003.xml b/nixos/doc/manual/release-notes/rl-2003.xml index 13981c0853d..186db88d237 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 The LLVM versions 3.5, 3.9 and 4 (including the corresponding CLang versions) have been dropped. + + + The option has + been replaced by . + The new option allows better control of the IPv6 temporary addresses, + including completely disabling them for interfaces where they are not + needed. + +