aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-11-26 15:43:03 -0500
committerBill Nottingham <notting@redhat.com>2012-11-26 15:43:03 -0500
commitf386b81c2fa48fe9f66bdb446cde99f99ae44912 (patch)
treee073b62a104e9bdb56546d5c4e49f47322261999
parent4e96fcecee7ab70295a5f2c52748cd57cbab60bb (diff)
downloadinitscripts-f386b81c2fa48fe9f66bdb446cde99f99ae44912.tar
initscripts-f386b81c2fa48fe9f66bdb446cde99f99ae44912.tar.gz
initscripts-f386b81c2fa48fe9f66bdb446cde99f99ae44912.tar.bz2
initscripts-f386b81c2fa48fe9f66bdb446cde99f99ae44912.tar.xz
initscripts-f386b81c2fa48fe9f66bdb446cde99f99ae44912.zip
Change the net rule that reads ifcfg files to explicitly set the interface name. (#870859)
-rw-r--r--udev/rules.d/60-net.rules2
1 files changed, 1 insertions, 1 deletions
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"