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.
9 lines
473 B
9 lines
473 B
# 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"
|
|
|