projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f350965
)
udev: drop unused Ethernet section
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Fri, 22 Feb 2019 04:57:31 +0000
(13:57 +0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Mon, 25 Feb 2019 02:45:34 +0000
(11:45 +0900)
src/udev/net/link-config.c
patch
|
blob
|
history
diff --git
a/src/udev/net/link-config.c
b/src/udev/net/link-config.c
index 5141dae561fe757f2b02e5071771b55da13b6312..b54090046e71a826357882bc83f377e973368e8e 100644
(file)
--- a/
src/udev/net/link-config.c
+++ b/
src/udev/net/link-config.c
@@
-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\0
Ethernet\0
",
+ "Match\0Link\0",
config_item_perf_lookup, link_config_gperf_lookup,
CONFIG_PARSE_WARN, link);
if (r < 0)