?
Current Path : /lib/udev/rules.d/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : //lib/udev/rules.d/76-phys-port-name.rules |
# 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"