]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: mention new DHCP relay agent 42130/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 12 May 2026 06:15:08 +0000 (15:15 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 21 May 2026 07:55:59 +0000 (16:55 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 386b803cf6b03073b7e1e73a62f01a1cab3734ad..42705e21f6d5adce4e7ef379f5968aebbc964652 100644 (file)
--- 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.