diff options
author | LennartPoettering <mzninuv@0pointer.de> | 2013-01-07 20:45:16 +0000 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-12-11 10:58:39 +0100 |
commit | 3c36dd1ca545118752156b262f9bbf251e00e8dc (patch) | |
tree | 24d7aff8c6a084834b299efd0dcc86b49aa7c917 /docs | |
parent | (no commit message) (diff) | |
download | systemd-3c36dd1ca545118752156b262f9bbf251e00e8dc.tar.gz systemd-3c36dd1ca545118752156b262f9bbf251e00e8dc.tar.bz2 systemd-3c36dd1ca545118752156b262f9bbf251e00e8dc.zip |
Diffstat (limited to 'docs')
-rw-r--r-- | docs/PredictableNetworkInterfaceNames.moin | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/PredictableNetworkInterfaceNames.moin b/docs/PredictableNetworkInterfaceNames.moin index 43af83b00..8b9941691 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. |