(no commit message)
authorLennartPoettering <mzninuv@0pointer.de>
Mon, 7 Jan 2013 20:45:16 +0000 (20:45 +0000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 11 Dec 2018 09:58:39 +0000 (10:58 +0100)
docs/PredictableNetworkInterfaceNames.moin

index 43af83b..8b99416 100644 (file)
@@ -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.