summaryrefslogtreecommitdiff
path: root/man/systemd.link.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-02-27 21:56:36 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-02 08:52:18 +0100
commitef62949a23a2d6dc722659cc527f6e0006135dc9 (patch)
tree1419f37b0e27d5e52ca29882135f46522f7eeb41 /man/systemd.link.xml
parented87ce1d5d93e10fb712e3839606248a7d20a1ce (diff)
downloadsystemd-ef62949a23a2d6dc722659cc527f6e0006135dc9.tar.gz
network: make Type=ether match based on iftype
This makes Type= can match the type shown in networkctl. Closes #14952.
Diffstat (limited to 'man/systemd.link.xml')
-rw-r--r--man/systemd.link.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index 3574dd41a1..130cc78693 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -121,9 +121,9 @@
<varlistentry id='type'>
<term><varname>Type=</varname></term>
<listitem>
- <para>A whitespace-separated list of shell-style globs matching the device type, as exposed by
- the udev property <literal>DEVTYPE</literal>. If the list is prefixed with a "!", the test is
- inverted.</para>
+ <para>A whitespace-separated list of shell-style globs matching the device type, as exposed by
+ <command>networkctl status</command>. If the list is prefixed with a "!", the test is inverted.
+ </para>
</listitem>
</varlistentry>