]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: mention that the default mDNS mode is now "yes"
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 15 Feb 2023 10:17:54 +0000 (19:17 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 15 Feb 2023 10:41:03 +0000 (10:41 +0000)
C.f. issue #25252, PR #25255, and
RHBZ#2169786 (https://bugzilla.redhat.com/show_bug.cgi?id=2169786).

NEWS

diff --git a/NEWS b/NEWS
index 3f1fc56c07e8e8084a1fcf3cb2a135e5fbd87ded..3abc7c6a826f86a033cc00a465ab4506b71f5eb9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -85,6 +85,13 @@ CHANGES WITH 253 in spe:
           legacy and thus typically do not receive the same level of security
           support and fixes.
 
+        * The default per-link multicast DNS mode is changed to "yes"
+          (that was previously "no"). As the default global multicast DNS mode
+          has been "yes" (but can be changed by the build option), now the
+          multicast DNS is enabled on all links by default. You can disable the
+          multicast DNS on all links by setting MulticastDNS= in resolved.conf,
+          or on an interface by calling "resolvectl mdns INTERFACE no".
+
         New components:
 
         * A tool 'ukify' tool to build, measure, and sign Unified Kernel Images