diff options
author | Tom Gundersen <teg@jklm.no> | 2014-09-09 12:23:19 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-09-09 15:03:49 +0200 |
commit | b081b27e1433cdc7ac72b25ae8b4db887d79187f (patch) | |
tree | 53ca70a51de3f25743e40d43a3fdbdc3fe4595e5 /rules/80-net-setup-link.rules | |
parent | 72ba9f04f95bc6eda1e32fdd21ea56476713a5bc (diff) |
udev: import the full db on MOVE events for devices without dev_t
Diffstat (limited to 'rules/80-net-setup-link.rules')
-rw-r--r-- | rules/80-net-setup-link.rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/80-net-setup-link.rules b/rules/80-net-setup-link.rules index 420769497f..6e411a91f0 100644 --- a/rules/80-net-setup-link.rules +++ b/rules/80-net-setup-link.rules @@ -4,8 +4,6 @@ SUBSYSTEM!="net", GOTO="net_setup_link_end" IMPORT{builtin}="path_id" -ACTION=="move", IMPORT{db}="ID_NET_DRIVER", IMPORT{db}="ID_NET_LINK_FILE", IMPORT{db}="ID_NET_NAME" - ACTION!="add", GOTO="net_setup_link_end" IMPORT{builtin}="net_setup_link" |