On Wed, Aug 22, 2012 at 9:22 AM, Andrew Freiberger
<[email protected]> wrote:
> Here's what a line in my 70-persistent-net.rules looks like:
>
> SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
> ATTR{address}=="2c:41:38:a7:dc:c9", ATTR{type}=="1", KERNEL=="eth*",
> NAME="eth_s0_0"
>
> Just change that NAME="private0" or whatever else you want it to be called.
> The default name used comes from the driver developer.

This udev rule setting worked for me:

SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{dev_id}=="0x0",
ATTR{type}=="1", KERNEL=="eth0", NAME="eth-private0"

Thanks to all who responded.

Regards,
- Robert

-- 
Central West End Linux Users Group (via Google Groups)
Main page: http://www.cwelug.org
To post: [email protected]
To subscribe: [email protected]
To unsubscribe: [email protected]
More options: http://groups.google.com/group/cwelug

Reply via email to