From: LennartPoettering Date: Mon, 7 Jan 2013 20:45:16 +0000 (+0000) Subject: (no commit message) X-Git-Tag: v240~92^2^2~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c36dd1ca545118752156b262f9bbf251e00e8dc;p=thirdparty%2Fsystemd.git --- diff --git a/docs/PredictableNetworkInterfaceNames.moin b/docs/PredictableNetworkInterfaceNames.moin index 43af83b001a..8b994169133 100644 --- a/docs/PredictableNetworkInterfaceNames.moin +++ b/docs/PredictableNetworkInterfaceNames.moin @@ -18,10 +18,10 @@ Assigning fixed names based on firmware/topology/location information has the bi With systemd 197 we have moved a scheme similar to biosdevname into systemd/udev proper. A number of different naming schemes for network interfaces are now supported by udev natively: - 1. Firmware/BIOS provided index numbers for on-board devices - 2. Firmware/BIOS provided PCI Express hotplug slot index numbers - 3. Physical/geographical location of the hardware on the mainboard - 4. The interfaces's MAC address + 1. Names incorporating Firmware/BIOS provided index numbers for on-board devices + 2. Names incorporating Firmware/BIOS provided PCI Express hotplug slot index numbers + 3. Names incorporating Physical/geographical location of the hardware on the mainboard + 4. Names incorporating the interfaces's MAC address 5. Classic, unpredictable kernel-native ethXXX naming By default, systemd v197 will now name interfaces following policy 1 if that information from the firmware is applicable and available, falling back to 2 if that information from the firmware is applicable and available, falling back to 3 if applicable, falling back to 5 in all other cases.