mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
rules: net-setup-link - preserve ID_NET_LINK_FILE and ID_NET_NAME after MOVE
This commit is contained in:
parent
4cb4060678
commit
e4d7c49050
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user