summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJacob Keller <jacob.keller@gmail.com>2015-10-05 14:14:45 -0700
committerJacob Keller <jacob.keller@gmail.com>2015-10-05 15:55:25 -0700
commit66d3752e812915a549ebee01769ee761c1495667 (patch)
tree7bd93a579f4cae53338111b47793418c5469bccb /man
parentc51abd80cf774815f57817da527639081d7002f4 (diff)
document ability to disable MACAddressPolicy
While it is currently possible to either not set MACAddressPolicy or set it to a value different from "persistent" or "random", it is not obvious that a user can do so. Add a policy, "none", which simply retains kernel MAC addresses (same as not filling in the policy at all) and document it so that users are aware of this setting. Signed-off-by: Jacob Keller <jacob.keller@gmail.com>
Diffstat (limited to 'man')
-rw-r--r--man/systemd.link.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index b630ef7a17..1f6a16a7fa 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -233,6 +233,12 @@
<literal>locally administered</literal> bits set.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><literal>none</literal></term>
+ <listitem>
+ <para>Keeps the MAC address assigned by the kernel.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</listitem>
</varlistentry>