From 8fa266c2a4effa93c253e5dc499edabd52e8b4bb Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 7 Aug 2018 14:03:57 +0900 Subject: [PATCH] man: mention that DUIDType=link-layer-time or link-layer uses MAC address --- man/networkd.conf.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml index f5f7acbf67..c624d4de43 100644 --- a/man/networkd.conf.xml +++ b/man/networkd.conf.xml @@ -87,10 +87,12 @@ - + - Those values are parsed and can be used to set the DUID type - field, but DUID contents must be provided using DUIDRawData=. + If link-layer-time or link-layer is specified, + then the MAC address of the interface is used as a DUID value. The value link-layer-time + can take additional time value after a colon, e.g. link-layer-time:2018-01-23 12:34:56 UTC. + The default time value is 2000-01-01 00:00:00 UTC.