From: Tom Gundersen Date: Sun, 27 Oct 2013 23:19:59 +0000 (+0100) Subject: udev: link-config - add mac address policy X-Git-Tag: v209~1767 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=16b9b87aeee9353b5b8dae6089a69752422a5b09;hp=16b9b87aeee9353b5b8dae6089a69752422a5b09;ds=sidebyside udev: link-config - add mac address policy This introduces a new key MACAddressPolicy. The possible policies are 'persistent' and 'random'. 'persistent' will do nothing if the current address is the hardware address, but if the hardware does not have an address (or another address is set for whatever reason), we will generate an address which will be random, but persistent between boots (based on machineid and persistent netif name). 'random' will do nothing if the kernel already set a random address, otherwise it will generate a random one and use that instead. This patch sets MACAddressPolicy=persistent in the default .link file. ---