From: Yu Watanabe Date: Tue, 12 May 2026 06:15:08 +0000 (+0900) Subject: NEWS: mention new DHCP relay agent X-Git-Tag: v261-rc1~39^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F42130%2Fhead;p=thirdparty%2Fsystemd.git NEWS: mention new DHCP relay agent --- diff --git a/NEWS b/NEWS index 386b803cf6b..42705e21f6d 100644 --- a/NEWS +++ b/NEWS @@ -73,6 +73,27 @@ CHANGES WITH 261 in spe: effectively means live upgrades from versions older than v247 are not supported anymore. + * systemd-networkd gained a new sd-dhcp-relay backend for DHCP relay + agent support. As part of this change, the following [DHCPServer] + settings are deprecated: + - BindToInterface= + - RelayTarget= + - RelayAgentCircuitId= + - RelayAgentRemoteId= + They are replaced by DHCPRelay= in [Network], along with new + [DHCPRelay] section settings in .network files: + - AgentAddress= + - GatewayAddress= + - CircuitId= + - VirtualSubnetSelection= + - ExtraOption= + - InterfacePriority= + and in networkd.conf: + - ServerAddress= + - OverrideServerIdentifier= + - RemoteId= + - ExtraOption= + * Required version of musl (when built with -Dlibc=musl) has been raised from 1.2.5 to 1.2.6.