From 6ca4a070778e3f6c049c59b29a4432ea4c2d72fb Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 20 Nov 2020 22:43:45 +0900 Subject: [PATCH] man: to make MACAddress= take effect, MACAddressPolicy= must be "none" --- man/systemd.link.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 504977c862..24271ea65a 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. +