-->egrep -v "^#" /lib/udev/rules.d/19-ifrename.rules
SUBSYSTEM=="net", ACTION=="add", IMPORT="/sbin/ifrename -u -i %k", NAME:="$env{INTERFACE}"
--This appears to be the only IMPORT used in all of /lib/udev/rules.d which does not specify the type, which I think needs to be "program".
IMPORT{program}=
Verified this fixes it for me. Rules are now working again, as they did
previously.
-- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

