Advertisement
Guest User

Untitled

a guest
Jan 11th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. # do not edit this file, it will be overwritten on update
  2.  
  3. SUBSYSTEM!="net", GOTO="net_setup_link_end"
  4.  
  5. IMPORT{builtin}="path_id"
  6.  
  7. ACTION!="add", GOTO="net_setup_link_end"
  8.  
  9. IMPORT{builtin}="net_setup_link"
  10.  
  11. NAME=="", ENV{ID_NET_NAME}!="", NAME="$env{ID_NET_NAME}"
  12. # ^^^^^^^^^^^^^^^^^^^ This here makes no sense if IMPORT{builtin}="net_id" isn't called before
  13.  
  14. LABEL="net_setup_link_end"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement