From 19ff06b3a4cb2a2e1612e5774f75a145995b4849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvin=20=C5=A0ipraga?= <63646079+sipraga@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:19:28 +0100 Subject: udev/net: support Match.Firmware= in .link files (#22462) In cbcdcaaa0ec5 ("Add support for conditions on the machines firmware") a new Firmware= directive was added for .netdev and .network files. While it was also documented to work on .link files, in actual fact the support was missing. Add that one extra line to make it work, and also update the fuzzer directives. --- test/fuzz/fuzz-link-parser/directives.link | 1 + test/fuzz/fuzz-unit-file/directives-all.service | 1 + 2 files changed, 2 insertions(+) (limited to 'test/fuzz') diff --git a/test/fuzz/fuzz-link-parser/directives.link b/test/fuzz/fuzz-link-parser/directives.link index bffdce0ec9..eae76749eb 100644 --- a/test/fuzz/fuzz-link-parser/directives.link +++ b/test/fuzz/fuzz-link-parser/directives.link @@ -11,6 +11,7 @@ Virtualization= KernelCommandLine= KernelVersion= Architecture= +Firmware= [Link] Description= MACAddressPolicy= diff --git a/test/fuzz/fuzz-unit-file/directives-all.service b/test/fuzz/fuzz-unit-file/directives-all.service index 699a9c5ae4..3b5ea3f9e3 100644 --- a/test/fuzz/fuzz-unit-file/directives-all.service +++ b/test/fuzz/fuzz-unit-file/directives-all.service @@ -386,6 +386,7 @@ AllowPortToBeRoot= AllowedIPs= Anonymize= Architecture= +Firmware= AutoJoin= AutoNegotiation= BindCarrier= -- cgit v1.2.1