mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
udev: net_setup - import ID_NET_DRIVER
This will do until all net properties are imported.
This commit is contained in:
parent
f0329635f8
commit
95f41b7298
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user