udev: drop unused Ethernet section

This commit is contained in:
Yu Watanabe 2019-02-22 13:57:31 +09:00
parent f350965b15
commit c6b3370ab2

View 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)