1# do not edit this file, it will be overwritten on update
2
3SUBSYSTEM!="net", GOTO="net_setup_link_end"
4
5IMPORT{builtin}="path_id"
6
7ACTION=="remove", GOTO="net_setup_link_end"
8
9IMPORT{builtin}="net_setup_link"
10
11NAME=="", ENV{ID_NET_NAME}!="", NAME="$env{ID_NET_NAME}"
12
13LABEL="net_setup_link_end"
14