summaryrefslogtreecommitdiff
path: root/man/systemd.link.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-12-16 23:44:42 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-12-17 15:44:43 +0900
commitef1d2c07f9567dfea8a4e012d8779a4ded2d9ae6 (patch)
tree0cee46f3c874b1bdfefd461f2ffc3b1400c62d57 /man/systemd.link.xml
parentbb181dd4a664ca8e82a8f7194261fd6531e861d8 (diff)
downloadsystemd-ef1d2c07f9567dfea8a4e012d8779a4ded2d9ae6.tar.gz
udev: introduce AlternativeNamesPolicy= setting
Diffstat (limited to 'man/systemd.link.xml')
-rw-r--r--man/systemd.link.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index be8dda0bac..2209e96037 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -357,6 +357,17 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><varname>AlternativeNamesPolicy=</varname></term>
+ <listitem>
+ <para>A space-separated list of policies by which the interface's alternative names
+ should be set. Each of the policies may fail, and all successful policies are used. The
+ available policies are <literal>database</literal>, <literal>onboard</literal>,
+ <literal>slot</literal>, <literal>path</literal>, and <literal>mac</literal>. If the
+ kernel does not support the alternative names, then this setting will be ignored.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><varname>AlternativeName=</varname></term>
<listitem>
<para>The alternative interface name to use. This option can be specified multiple times.