NEWS: add old entry about Type=ether
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 7 Jul 2021 07:26:12 +0000 (09:26 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 12 Jul 2021 11:30:55 +0000 (13:30 +0200)
Apparently it's an important feature for some folks:
https://utcc.utoronto.ca/\~cks/space/blog/linux/NetworkdMACMatchesWidely.
I think we considered this more of a bugfix, but it's somewhere on the border.
Let's add this it's easier to discover.

(cherry picked from commit 88b2a95064675c5f86648053cf124265f5289095)

NEWS

diff --git a/NEWS b/NEWS
index 52c646f864b6610b7474a89bbcbb9ca1118cb8d0..691f4bf64bf2ff02f435142b4f60a03932249a9a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1934,6 +1934,11 @@ CHANGES WITH 245:
           for the [RoutingPolicyRule] section of .network files to configure
           source routing based on UID ranges and prefix length, respectively.
 
+        * The Type= match property of .link files has been generalized to
+          always match the device type shown by 'networkctl status', even for
+          devices where udev does not set DEVTYPE=. This allows e.g. Type=ether
+          to be used.
+
         * sd-bus gained a new API call sd_bus_message_sensitive() that marks a
           D-Bus message object as "sensitive". Those objects are erased from
           memory when they are freed. This concept is intended to be used for