> > On Thu, Dec 17, 2009 at 03:48:02PM +0100, Jan Engelhardt wrote: > > The development of net-tools has long ceased (since 2001), except > > that no one seems to notice and everybody still applies voltage to a > > dead horse. It's only going to smell bad. > > Anyway: I think it is good to give interfaces a stable name by the > installer > of the distribution. Isnt that what ifrename is used for? > > I am not sure what the patch is supposed to do? > The installer solution involved renaming the network interface names from ethN to something else based on the naming convention that the user specified. For example, if the user chose "smbios names" as the the naming convention then all ethN would be renamed to Embedded_NIC_N. ifconfig would show Embedded_NIC_N instead of ethN. I suppose the ifrename would rename network interfaces from ethN to ethN and that would cause issues. The current proposal aims at providing non ethN aliases like Embedded_NIC_N which would be mapped to an ethN name by the proposed library (such as libnetdevname) which can then be used for further operations. The SMBIOS tables provide these names and as the BIOS would name the integrated port 1 of the system Embedded_NIC_1 always, irrespective of how the OS names it (i.e eth0 or eth1). This brings in determinism into the way interfaces are referred to. Current installer implementations do provide a way for persistency by associating MAC addressees, but they do not have a way to assure expected naming. With regards, Narendra K -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html