aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLennartPoettering <mzninuv@0pointer.de>2013-01-07 21:29:02 +0000
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-12-11 10:58:39 +0100
commit80b0c64bcf1d37c79de831f92a7cd7168c288214 (patch)
treed66eb395bac8f06980d3d3b9b58ee23f71b68a5f /docs
parent(no commit message) (diff)
downloadsystemd-80b0c64bcf1d37c79de831f92a7cd7168c288214.tar.gz
systemd-80b0c64bcf1d37c79de831f92a7cd7168c288214.tar.bz2
systemd-80b0c64bcf1d37c79de831f92a7cd7168c288214.zip
Diffstat (limited to 'docs')
-rw-r--r--docs/PredictableNetworkInterfaceNames.moin2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PredictableNetworkInterfaceNames.moin b/docs/PredictableNetworkInterfaceNames.moin
index 7c1e74527..da2776a42 100644
--- a/docs/PredictableNetworkInterfaceNames.moin
+++ b/docs/PredictableNetworkInterfaceNames.moin
@@ -12,7 +12,7 @@ Another solution that has been implemented is "biosdevname" which tries to find
Finally, many distributions support renaming interfaces to user-chosen names (think: "internet0", "dmz0", ...) keyed off their MAC addresses or physical locations as part of their networking scripts. This is a very good choice but does have the problem that it implies that the user is willing and capable of choosing and assigning these names.
-We believe it is a good default choice to generalize the scheme pioneered by "biosdevname". Assigning fixed names based on firmware/topology/location information has the big advantage that the names are fully automatic, fully predictable, that they stay fixed even if hardware is added or removed (i.e. no reenumeration takes place) and that broken hardware can be replaced seamlessly.
+We believe it is a good default choice to generalize the scheme pioneered by "biosdevname". Assigning fixed names based on firmware/topology/location information has the big advantage that the names are fully automatic, fully predictable, that they stay fixed even if hardware is added or removed (i.e. no reenumeration takes place) and that broken hardware can be replaced seamlessly. That said, they admittedly are sometimes harder to read that the "eth0" or "wlan0" everybody is used to. Example: enp5s0
== What has changed v197 precisely? ==