diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-08-07 07:03:57 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-08-08 03:15:00 +0200 |
commit | 8fa266c2a4effa93c253e5dc499edabd52e8b4bb (patch) | |
tree | 74f5dffbe88abbb05e304b74b73ee671e0b00978 /man/networkd.conf.xml | |
parent | network: accept additional time-value after ':' when DUIDType=link-layer-time (diff) | |
download | systemd-8fa266c2a4effa93c253e5dc499edabd52e8b4bb.tar.xz systemd-8fa266c2a4effa93c253e5dc499edabd52e8b4bb.zip |
man: mention that DUIDType=link-layer-time or link-layer uses MAC address
Diffstat (limited to 'man/networkd.conf.xml')
-rw-r--r-- | man/networkd.conf.xml | 8 |
1 files 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 @@ </varlistentry> <varlistentry> - <term><option>link-layer-time</option></term> + <term><option>link-layer-time[:<replaceable>TIME</replaceable>]</option></term> <term><option>link-layer</option></term> - <listitem><para>Those values are parsed and can be used to set the DUID type - field, but DUID contents must be provided using <varname>DUIDRawData=</varname>. + <listitem><para>If <literal>link-layer-time</literal> or <literal>link-layer</literal> is specified, + then the MAC address of the interface is used as a DUID value. The value <literal>link-layer-time</literal> + can take additional time value after a colon, e.g. <literal>link-layer-time:2018-01-23 12:34:56 UTC</literal>. + The default time value is <literal>2000-01-01 00:00:00 UTC</literal>. </para></listitem> </varlistentry> </variablelist> |