summaryrefslogtreecommitdiff
path: root/man/systemd.link.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-05-09 12:00:16 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-05-09 12:00:16 +0900
commit9310bf4b523288e2d29501a087dca1c3fe85399e (patch)
tree726ec9508a535a13483cc9a6f6fd6b8bcc25db0e /man/systemd.link.xml
parente90d037411a1ef03196daf0bc97005776ae46aeb (diff)
downloadsystemd-9310bf4b523288e2d29501a087dca1c3fe85399e.tar.gz
man: document that MACAddress= in [Match] section can take multiple MAC addresses
Diffstat (limited to 'man/systemd.link.xml')
-rw-r--r--man/systemd.link.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index 6857248ef3..dbe6257623 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -88,7 +88,12 @@
<varlistentry>
<term><varname>MACAddress=</varname></term>
<listitem>
- <para>The hardware address.</para>
+ <para>A whitespace-separated list of hardware addresses. Use full colon-, hyphen- or dot-delimited hexadecimal. See the example below.
+ This option may appear more than once, in which case the lists are merged. If the empty string is assigned to this option, the list
+ of hardware addresses defined prior to this is reset.</para>
+
+ <para>Example:
+ <programlisting>MACAddress=01:23:45:67:89:ab 00-11-22-33-44-55 AABB.CCDD.EEFF</programlisting></para>
</listitem>
</varlistentry>
<varlistentry>