diff options
author | Jacob Keller <jacob.keller@gmail.com> | 2015-10-05 14:14:45 -0700 |
---|---|---|
committer | Jacob Keller <jacob.keller@gmail.com> | 2015-10-05 15:55:25 -0700 |
commit | 66d3752e812915a549ebee01769ee761c1495667 (patch) | |
tree | 7bd93a579f4cae53338111b47793418c5469bccb /man/systemd.link.xml | |
parent | c51abd80cf774815f57817da527639081d7002f4 (diff) | |
download | systemd-66d3752e812915a549ebee01769ee761c1495667.tar.gz |
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/systemd.link.xml')
-rw-r--r-- | man/systemd.link.xml | 6 |
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> |