diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-06-08 22:44:39 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-06-08 22:44:39 +0200 |
commit | 3edf03546d707369ce4ab62968640a6f01bc8972 (patch) | |
tree | afe4d4e592c22be3e774632a283b0e2e172e71c9 | |
parent | 8e20f93488e2fba871e28adc1453976c4c41f2f5 (diff) | |
parent | 2e229e0c4c29e8a827be9ffe361741cf5e9aa7af (diff) |
Merge pull request #106 from teg/man-mac-random
man: systemd.link - explain random MAC addresses
-rw-r--r-- | man/systemd.link.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 5db06842bd..723364f4d1 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -232,7 +232,9 @@ <para>If the kernel is using a random MAC address, nothing is done. Otherwise, a new address is randomly generated each time the device appears, typically at - boot.</para> + boot. Either way the random address will have the + <literal>unicast</literal> and + <literal>locally administered</literal> bits set.</para> </listitem> </varlistentry> </variablelist> |