From: Yu Watanabe Date: Tue, 7 Aug 2018 05:03:57 +0000 (+0900) Subject: man: mention that DUIDType=link-layer-time or link-layer uses MAC address X-Git-Tag: v240~807^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8fa266c2a4effa93c253e5dc499edabd52e8b4bb;p=thirdparty%2Fsystemd.git man: mention that DUIDType=link-layer-time or link-layer uses MAC address --- diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml index f5f7acbf674..c624d4de436 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.