From 66d3752e812915a549ebee01769ee761c1495667 Mon Sep 17 00:00:00 2001 From: Jacob Keller Date: Mon, 5 Oct 2015 14:14:45 -0700 Subject: 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 --- man/systemd.link.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'man/systemd.link.xml') 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 @@ locally administered bits set. + + none + + Keeps the MAC address assigned by the kernel. + + -- cgit v1.2.3-54-g00ecf