mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-07 06:03:51 +00:00
rules: net-setup-link - preserve ID_NET_LINK_FILE and ID_NET_NAME after MOVE
This commit is contained in:
@@ -4,7 +4,8 @@ SUBSYSTEM!="net", GOTO="net_setup_link_end"
|
||||
|
||||
IMPORT{builtin}="path_id"
|
||||
|
||||
ACTION=="move", IMPORT{db}="ID_NET_DRIVER"
|
||||
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user