]> git.ipfire.org Git - thirdparty/systemd.git/blame - rules/80-net-setup-link.rules
condense assignment and path_kill_slashes calls
[thirdparty/systemd.git] / rules / 80-net-setup-link.rules
CommitLineData
af6f0d42
TG
1# do not edit this file, it will be overwritten on update
2
0b99c9f8 3SUBSYSTEM!="net", GOTO="net_setup_link_end"
af6f0d42
TG
4
5IMPORT{builtin}="path_id"
6
95f41b72
TG
7ACTION=="move", IMPORT{db}="ID_NET_DRIVER"
8
0b99c9f8 9ACTION!="add", GOTO="net_setup_link_end"
af6f0d42 10
3e137a1b
TG
11IMPORT{builtin}="net_setup_link"
12
13NAME=="", ENV{ID_NET_NAME}!="", NAME="$env{ID_NET_NAME}"
af6f0d42 14
0b99c9f8 15LABEL="net_setup_link_end"