summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-12-01 15:37:32 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-12-01 15:37:32 +0100
commit1072618023cc3fc7f6f23e31e559f4d6e695aaff (patch)
tree71fd9dccfb615addb14ef7947ccec7c82fef0d92 /NEWS
parentkernel-install: remove .extra.d/ directory too (diff)
downloadsystemd-1072618023cc3fc7f6f23e31e559f4d6e695aaff.tar.xz
systemd-1072618023cc3fc7f6f23e31e559f4d6e695aaff.zip
NEWS: metion changes for networkd
Diffstat (limited to '')
-rw-r--r--NEWS27
1 files changed, 25 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3e6a4c733a..e851e7b538 100644
--- a/NEWS
+++ b/NEWS
@@ -335,8 +335,9 @@ CHANGES WITH 257 in spe:
systemd-networkd and networkctl:
- * IPv6 address labels can be configured in a new [IPv6AddressLabel]
- section with Prefix= and Label= settings.
+ * IPv6 address labels can be also configured in a new [IPv6AddressLabel]
+ section with Prefix= and Label= settings in networkd.conf. Please see
+ networkd.conf(5) for more details.
* 'networkctl edit' can now read the new file contents from standard
input with the new --stdin option.
@@ -368,6 +369,28 @@ CHANGES WITH 257 in spe:
* systemd-networkd will now make RFC9463 DNR fields available to
systemd-resolved, for automatic DNS DoT configuration, and similar.
+ * The "dhcp" and "dhcp-on-stop" values for KeepConfiguration= setting in
+ .network file are replaced with "dynamic" and "dynamic-on-stop",
+ respectively. When specified, systemd-networkd will preserve all
+ dynamic configurations via DHCPv4, DHCPv6, NDISC, and IPv4LL with
+ ACD, while previously only DHCPv4 configurations were kept. Also,
+ when systemd-networkd is restarted, regardless of the setting, these
+ dynamic configurations are unconditionally kept. So, systemd-networkd
+ can be restarted without disturbing ongoing connections.
+
+ * systemd-networkd can update traffic control settings without clearing
+ existing settings. So, you can update traffic control settings by
+ editing relevant .network files and trigger 'networkctl reload'.
+
+ * systemd-networkd now gracefully updates netdev settings specified in
+ .netdev files after 'networkctl reload' is called, Previously, if the
+ relevant interfaces already exist, new setting would never applied.
+ With this version, new settings will be applied as possible as they
+ accept. Note, some settings cannot be updated after a netdev is
+ configured, e.g. VLAN ID can be only specified on creation. To change
+ such settings, user needs to remove existing interfaces, and invoke
+ 'networkctl reload' or restart systemd-networkd.
+
systemd-boot, systemd-stub, and related tools:
* The EFI stub now supports loading of .ucode sections with microcode