]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
(no commit message)
authorLennartPoettering <LennartPoettering@web>
Tue, 10 Sep 2013 01:52:06 +0000 (18:52 -0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 11 Dec 2018 09:58:40 +0000 (10:58 +0100)
docs/PredictableNetworkInterfaceNames.mdwn

index 5f8a4f95e4a78aa7431815001b79b6d61f893439..8db4e1d8ad0f21a9e04d31ae6f9d32d0ad2f251c 100644 (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.