]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/udev/net/link-config.c
udev: drop unused Ethernet section
[thirdparty/systemd.git] / src / udev / net / link-config.c
index 5141dae561fe757f2b02e5071771b55da13b6312..b54090046e71a826357882bc83f377e973368e8e 100644 (file)
@@ -152,7 +152,7 @@ static int load_link(link_config_ctx *ctx, const char *filename) {
                 link->features[i] = -1;
 
         r = config_parse(NULL, filename, file,
-                         "Match\0Link\0Ethernet\0",
+                         "Match\0Link\0",
                          config_item_perf_lookup, link_config_gperf_lookup,
                          CONFIG_PARSE_WARN, link);
         if (r < 0)