summaryrefslogtreecommitdiff
path: root/src/udev/net/link-config.c
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-02-18 22:06:49 +0100
committerTom Gundersen <teg@jklm.no>2014-02-18 22:34:26 +0100
commit9b1c2626cef16722603bded9bb52033aba34dd74 (patch)
treef0fd71d1ef7144ca0aefe7aa139cc8958963e691 /src/udev/net/link-config.c
parent11a7f22939d21558df919cab44b8fbe36ab5dae0 (diff)
net-match: fix Driver= match
It should match on the driver of the parent device.
Diffstat (limited to 'src/udev/net/link-config.c')
-rw-r--r--src/udev/net/link-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/net/link-config.c b/src/udev/net/link-config.c
index bd97cd8cf..3afaff10c 100644
--- a/src/udev/net/link-config.c
+++ b/src/udev/net/link-config.c
@@ -244,7 +244,7 @@ int link_config_get(link_config_ctx *ctx, struct udev_device *device, link_confi
link->match_driver, link->match_type, NULL,
udev_device_get_sysattr_value(device, "address"),
udev_device_get_property_value(device, "ID_PATH"),
- udev_device_get_driver(device),
+ udev_device_get_driver(udev_device_get_parent(device)),
udev_device_get_devtype(device),
NULL)) {
log_debug("Config file %s applies to device %s",