diff options
author | Tom Gundersen <teg@jklm.no> | 2015-10-06 11:58:52 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-10-06 11:58:52 +0200 |
commit | f0990739fc24e60facb7ef0c3e97a046bd1d9d17 (patch) | |
tree | bc75b0919a966eadaafec30c40c93a3dafed6bca /man/systemd.link.xml | |
parent | Merge pull request #1466 from kaysievers/wip (diff) | |
parent | document ability to disable MACAddressPolicy (diff) | |
download | systemd-f0990739fc24e60facb7ef0c3e97a046bd1d9d17.tar.gz systemd-f0990739fc24e60facb7ef0c3e97a046bd1d9d17.tar.bz2 systemd-f0990739fc24e60facb7ef0c3e97a046bd1d9d17.zip |
Merge pull request #1467 from jacob-keller/master
networkd: document ability to disable MACAddressPolicy
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 dfff785e4..7745260a3 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> |