summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-12-02 10:46:34 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-12-02 10:48:59 +0100
commitd5df77b474e7a51796521d289a781d3ed2f32f48 (patch)
tree3293b0bdb14fe82512d5c4858b4c8591c71cf7fc
parentTEST-13-NSPAWN: enable debugging logs by nspawn run by systemd-run (diff)
downloadsystemd-d5df77b474e7a51796521d289a781d3ed2f32f48.tar.xz
systemd-d5df77b474e7a51796521d289a781d3ed2f32f48.zip
NEWS: adjust grammar
Follow-up for 1072618023cc3fc7f6f23e31e559f4d6e695aaff.
-rw-r--r--NEWS20
1 files changed, 10 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index e851e7b538..5f8b4fae78 100644
--- a/NEWS
+++ b/NEWS
@@ -378,18 +378,18 @@ CHANGES WITH 257 in spe:
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 updates traffic control configuration without
+ clearing existing settings. Thus, those settings can be updated by
+ editing relevant .network files and triggering '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.
+ .netdev files when 'networkctl reload' is called. Previously, if the
+ relevant interfaces existed, new settings would not be applied. Now,
+ new settings will be applied if possible. 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: