From: Yu Watanabe Date: Wed, 9 May 2018 03:00:16 +0000 (+0900) Subject: man: document that MACAddress= in [Match] section can take multiple MAC addresses X-Git-Tag: v239~300^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9310bf4b523288e2d29501a087dca1c3fe85399e;p=thirdparty%2Fsystemd.git man: document that MACAddress= in [Match] section can take multiple MAC addresses --- diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 6857248ef32..dbe62576234 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -88,7 +88,12 @@ MACAddress= - The hardware address. + 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. + + Example: + MACAddress=01:23:45:67:89:ab 00-11-22-33-44-55 AABB.CCDD.EEFF diff --git a/man/systemd.network.xml b/man/systemd.network.xml index da8b4663b8a..b52c1ff7e4f 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -103,8 +103,12 @@ MACAddress= - The hardware address of the interface (use full colon-delimited hexadecimal, e.g., - 01:23:45:67:89:ab). + 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 one, 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. + + Example: + MACAddress=01:23:45:67:89:ab 00-11-22-33-44-55 AABB.CCDD.EEFF