From: Zbigniew Jędrzejewski-Szmek Date: Thu, 24 Jul 2025 06:53:19 +0000 (+0200) Subject: NEWS: add description for DHCPv6 SIP feature X-Git-Tag: v258-rc2~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91085f308f49791c84c4af5934a18854733c58f7;p=thirdparty%2Fsystemd.git NEWS: add description for DHCPv6 SIP feature 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. --- diff --git a/NEWS b/NEWS index 288a3e2cd7d..c35d38c99b1 100644 --- 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