cfe45dadae
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
5 lines
367 B
Plaintext
5 lines
367 B
Plaintext
# Renames interfaces to be sequential ethX interface names regardless of interface type
|
|
# This is required to avoid a kernel host patch that starts number at 1000 and to
|
|
# override slot specific naming for non-kernel interfaces.
|
|
ACTION=="add", SUBSYSTEM=="net", DRIVERS=="?*", ATTR{type}=="1", KERNEL=="eth?*" PROGRAM=="/usr/lib/udev/renumber_device", NAME="$result"
|