From 22925e1a250625e44c46a72fcdca400ab77a9ef0 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 10 Nov 2013 16:02:29 -0500 Subject: [PATCH] udev.xml: minor fixes to network link configuration - Refer to net_setup_link, not net-setup-link - Mention the required file extension earlier --- man/udev.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/udev.xml b/man/udev.xml index 5e00a4e27..4b87f9d95 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -742,13 +742,14 @@ Network Link Configuration - Network link configuration is performed by the net-setup-link + Network link configuration is performed by the net_setup_link udev builtin. The link files are read from the files located in the system network directory /usr/lib/systemd/network, the volatile runtime network directory /run/systemd/network and the local administration network directory /etc/systemd/network. + Link files must have the extension .link; other extensions are ignored. All link files are collectively sorted and processed in lexical order, regardless of the directories in which they live. However, files with identical filenames replace each other. Files in /etc @@ -757,8 +758,7 @@ used to override a system-supplied link file with a local file if needed; a symlink in /etc with the same name as a link file in /lib, pointing to /dev/null, - disables the link file entirely. Link files must have the extension - .link; other extensions are ignored. + disables the link file entirely. The link file contains a [Match] section, which determines if a given link file may be applied to a given device; and a -- 2.30.2