mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
13 lines
379 B
Plaintext
13 lines
379 B
Plaintext
|
# do not edit this file, it will be overwritten on update
|
||
|
|
||
|
ACTION=="remove", GOTO="infiniband_end"
|
||
|
SUBSYSTEM!="infiniband_verbs", GOTO="infiniband_end"
|
||
|
KERNEL!="uverbs*", GOTO="infiniband_end"
|
||
|
|
||
|
IMPORT{builtin}="path_id"
|
||
|
|
||
|
ENV{ID_PATH}=="?*", SYMLINK+="infiniband/by-path/$env{ID_PATH}"
|
||
|
ATTR{ibdev}=="?*", SYMLINK+="infiniband/by-ibdev/uverbs-$attr{ibdev}"
|
||
|
|
||
|
LABEL="infiniband_end"
|