]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: add description for DHCPv6 SIP feature
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 24 Jul 2025 06:53:19 +0000 (08:53 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 24 Jul 2025 07:01:12 +0000 (09:01 +0200)
Also move the description of IPv4DuplicateAddressDetectionTimeoutSec=
to the section about systemd-networkd. The change of the timeout doesn't
have to be described as "incompatible". It's more of a bugfix, the previous
timeout was just strangely large and hopefully nobody relied on this detail
of implementation.

Also, reword to say that MPLSRouting= just controls enablement, nothing more.

NEWS

diff --git a/NEWS b/NEWS
index 288a3e2cd7d9afe49eb1ff82c7a1a4e10f39c5d3..c35d38c99b106d939e206fe93ceee45591db0aed 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -98,11 +98,6 @@ CHANGES WITH 258 in spe:
         * The D-Bus method org.freedesktop.systemd1.StartAuxiliaryScope() has
           been removed, which was deprecated since v257.
 
-        * systemd-networkd now supports configuring the timeout for IPv4
-          Duplicate Address Detection via a new setting
-          IPv4DuplicateAddressDetectionTimeoutSec=. The default timeout value
-          has been changed from 7 seconds to 200 milliseconds.
-
         * systemd-networkd previously emitted the machine ID as chassis ID
           through LLDP protocol, but now emits a deterministic ID,
           cryptographically derived from the machine ID as chassis ID. If you
@@ -500,9 +495,19 @@ CHANGES WITH 258 in spe:
 
         systemd-networkd:
 
-        * The [Network] section in .network fails gained a new setting
-          MPLSRouting= which may be used to control Multi-Protocol Label
-          Switching on an interface.
+        * systemd-networkd now supports configuring the timeout for IPv4
+          Duplicate Address Detection via a new setting
+          IPv4DuplicateAddressDetectionTimeoutSec=. The default timeout value
+          has been changed from 7 seconds to 200 milliseconds.
+
+        * systemd-networkd gained support for IPv6 SIP, i.e. DHCPv6 options
+          SD_DHCP6_OPTION_SIP_SERVER_DOMAIN_NAME (21) and
+          SD_DHCP6_OPTION_SIP_SERVER_ADDRESS (22), controlled by a new UseSIP=
+          option in the [DHCPv6] section.
+
+        * A new MPLSRouting= setting in the [Network] section in .network files
+          can be used to control whether Multi-Protocol Label Switching is
+          enabled on an interface.
 
         * A system-wide default for ClientIdentifier= may now be set in
           networkd.conf. (Previously this had to be configured individually in