This commit is contained in:
LennartPoettering 2013-09-09 18:52:06 -07:00 committed by Zbigniew Jędrzejewski-Szmek
parent 56fbd5310f
commit 8745120c99

View file

@ -49,7 +49,8 @@ With this new scheme you now get:
* The network interface naming now follows more closely the scheme used for aliasing block device nodes and other device nodes in /dev via symlinks
* Applicability to both x86 and non-x86 machines
* The same on all distributions that adopted systemd/udev
* It's easy to opt out of the scheme (see below)
* It's easy to opt out of the scheme (see below)
Does this have any drawbacks? Yes, it does. Previously it was practically guaranteed that hosts equipped with a single ethernet card only had a single "eth0" interface. With this new scheme in place, an administrator now has to check first what the local interface name is before he can invoke commands on it where previously he had a good chance that "eth0" was the right name.