diff options
author | Bill Nottingham <notting@redhat.com> | 2012-11-26 15:43:03 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2012-11-26 15:43:03 -0500 |
commit | f386b81c2fa48fe9f66bdb446cde99f99ae44912 (patch) | |
tree | e073b62a104e9bdb56546d5c4e49f47322261999 /udev | |
parent | 4e96fcecee7ab70295a5f2c52748cd57cbab60bb (diff) | |
download | initscripts-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)
Diffstat (limited to 'udev')
-rw-r--r-- | udev/rules.d/60-net.rules | 2 |
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" |