From f386b81c2fa48fe9f66bdb446cde99f99ae44912 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 26 Nov 2012 15:43:03 -0500 Subject: Change the net rule that reads ifcfg files to explicitly set the interface name. (#870859) --- udev/rules.d/60-net.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udev/rules.d') diff --git a/udev/rules.d/60-net.rules b/udev/rules.d/60-net.rules index 0e0507a1..1e9d940a 100644 --- a/udev/rules.d/60-net.rules +++ b/udev/rules.d/60-net.rules @@ -1 +1 @@ -ACTION=="add", SUBSYSTEM=="net", PROGRAM="/lib/udev/rename_device", RESULT=="?*", ENV{INTERFACE_NAME}="$result" +ACTION=="add", SUBSYSTEM=="net", PROGRAM="/lib/udev/rename_device", RESULT=="?*", NAME="$result" -- cgit v1.2.1