diff options
author | Tom Gundersen <teg@jklm.no> | 2014-02-21 21:45:47 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-21 22:59:29 +0100 |
commit | 95f41b729855bdc9788bec87ab25e54e25ca8a5f (patch) | |
tree | 20f75ce9d77743222b5ed53cfca67000624f52c6 /rules/80-net-setup-link.rules | |
parent | f0329635f80c9d56fca0f6ff6ad0179fbe7e50a4 (diff) |
udev: net_setup - import ID_NET_DRIVER
This will do until all net properties are imported.
Diffstat (limited to 'rules/80-net-setup-link.rules')
-rw-r--r-- | rules/80-net-setup-link.rules | 2 |
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" |