You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
473 B
10 lines
473 B
7 years ago
|
# do not edit this file, it will be overwritten on update
|
||
|
ACTION!="add", GOTO="phys_port_name_end"
|
||
|
SUBSYSTEM!="net", GOTO="phys_port_name_end"
|
||
|
|
||
|
DRIVERS=="mlxsw*", ATTR{phys_port_name}=="?*", IMPORT{program}="/usr/lib/udev/phys-port-name-gen %k"
|
||
|
DRIVERS=="rocker", ATTR{phys_port_name}=="?*", IMPORT{program}="/usr/lib/udev/phys-port-name-gen %k"
|
||
|
DRIVERS=="nfp*", ATTR{phys_port_name}=="?*", IMPORT{program}="/usr/lib/udev/phys-port-name-gen %k"
|
||
|
|
||
|
LABEL="phys_port_name_end"
|