From 51120d1d31a311199e18250e8c7bcee9ecbe3115 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 12 May 2026 15:15:08 +0900 Subject: [PATCH] NEWS: mention new DHCP relay agent --- NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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. -- 2.47.3