From: Yu Watanabe Date: Fri, 20 Nov 2020 13:43:45 +0000 (+0900) Subject: man: to make MACAddress= take effect, MACAddressPolicy= must be "none" X-Git-Tag: v247~23^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17680%2Fhead;p=thirdparty%2Fsystemd.git man: to make MACAddress= take effect, MACAddressPolicy= must be "none" --- diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 504977c862d..24271ea65a0 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -273,18 +273,21 @@ - Keeps the MAC address assigned by the kernel. + Keeps the MAC address assigned by the kernel. Or use the MAC address specified in + MACAddress=. + + An empty string assignment is equivalent to setting none. MACAddress= - The MAC address to use, if no - MACAddressPolicy= - is specified. + The interface MAC address to use. For this setting to take effect, + MACAddressPolicy= must either be unset, empty, or none. +