summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-02-21 21:45:47 +0100
committerAnthony G. Basile <blueness@gentoo.org>2014-02-22 15:12:08 -0500
commit6a1fd0c8a9e036fd75a96a04afcf7b0f00a5ebed (patch)
tree2836a189edb1de45a51443904856e27802431576 /rules
parent153929b11e2d1545d61fdfe85dec5e7883679f3e (diff)
udev: net_setup - import ID_NET_DRIVER
This will do until all net properties are imported. Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'rules')
-rw-r--r--rules/80-net-setup-link.rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/80-net-setup-link.rules b/rules/80-net-setup-link.rules
index 6e411a91f0..f390fcb0dd 100644
--- a/rules/80-net-setup-link.rules
+++ b/rules/80-net-setup-link.rules
@@ -4,6 +4,8 @@ SUBSYSTEM!="net", GOTO="net_setup_link_end"
IMPORT{builtin}="path_id"
+ACTION=="move", IMPORT{db}="ID_NET_DRIVER"
+
ACTION!="add", GOTO="net_setup_link_end"
IMPORT{builtin}="net_setup_link"