From: Tom Gundersen Date: Mon, 8 Jun 2015 20:30:59 +0000 (+0200) Subject: man: systemd.link - explain random MAC addresses X-Git-Tag: v221~168^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e229e0c4c29e8a827be9ffe361741cf5e9aa7af;p=thirdparty%2Fsystemd.git man: systemd.link - explain random MAC addresses Two of the bits in the MAC address are set unconditioanlly, and the rest is randomized, make this clear in the documentation (as it currently read as if it was all random). --- diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 5db06842bd4..723364f4d16 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -232,7 +232,9 @@ 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. + boot. Either way the random address will have the + unicast and + locally administered bits set.