]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: adjust grammar
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 2 Dec 2024 09:46:34 +0000 (10:46 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 2 Dec 2024 09:48:59 +0000 (10:48 +0100)
Follow-up for 1072618023cc3fc7f6f23e31e559f4d6e695aaff.

NEWS

diff --git a/NEWS b/NEWS
index e851e7b53885ef6ad55952296d416d8baca59010..5f8b4fae78e92d88ba125b20f10e75f49fa34b72 100644 (file)
--- 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: