diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-04-28 11:44:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-04-28 11:44:24 +0200 |
commit | a22e1850c36e52cb9d593b99be59b6ba7639d80a (patch) | |
tree | 256c90dad9f72a49a956ff734e8d00bb07fbb35e /man/systemd.network.xml | |
parent | 4370633083dd9453da183c468cf89cc17254ac39 (diff) |
man: clarify that only the first .network file with a matching [Match] matters
http://lists.freedesktop.org/archives/systemd-devel/2015-April/031294.html
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index c7e4db4e3c..4be9d13011 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -91,7 +91,8 @@ to a given device; and a <literal>[Network]</literal> section specifying how the device should be configured. The first (in lexical order) of the network files that matches a given device - is applied.</para> + is applied, all later files are ignored, even if they match as + well.</para> <para>A network file is said to match a device if each of the entries in the <literal>[Match]</literal> section matches, or if |