[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTilLL-NwIISVg8XmwlWDarzzixiYaVNj8hPnc1kn@mail.gmail.com>
Date: Thu, 8 Jul 2010 23:27:44 +0200
From: Kay Sievers <kay.sievers@...y.org>
To: Andrew Fong <ayf@...tube.com>
Cc: "Loke, Chetan" <Chetan.Loke@...scout.com>,
Matt Domsch <Matt_Domsch@...l.com>,
Michael Di Domenico <mdidomenico4@...il.com>,
linux-net@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: nic enumeration
On Thu, Jul 8, 2010 at 22:47, Andrew Fong <ayf@...tube.com> wrote:
> On Thu, Jul 8, 2010 at 1:36 PM, Loke, Chetan <Chetan.Loke@...scout.com> wrote:
>>> -----Original Message-----
>>> From: linux-kernel-owner@...r.kernel.org [mailto:linux-kernel-
>>> owner@...r.kernel.org] On Behalf Of Matt Domsch
>>> Sent: July 07, 2010 9:21 PM
>>>
>>> http://lwn.net/Articles/356900/
>>>
>>> And on a system where you can use udev rules, the
>>> 70-persistent-net.rules file can be used to make them constant, by
>>> using the MAC address to force the names to be what you want.
>>
>> Ok, but can we achieve the renaming w/o a reboot?
>
> You probably can restart the udev subsystem.
No, udev has not really a concept of being restarted, it will not do
anything. You can only synthesize events, so it looks like the device
is just plugged in. For that, you need to make sure the interface is
not busy, otherwise renaming will fail in interesting ways, especially
if names need to be swapped between several devices.
Live renaming of interfaces is something you really need to know what
you are doing, especially on remote machines.
Kay
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists