Skip to content

Commit 8fa266c

Browse files
committed
man: mention that DUIDType=link-layer-time or link-layer uses MAC address
1 parent 0cf7c3f commit 8fa266c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

man/networkd.conf.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,12 @@
8787
</varlistentry>
8888

8989
<varlistentry>
90-
<term><option>link-layer-time</option></term>
90+
<term><option>link-layer-time[:<replaceable>TIME</replaceable>]</option></term>
9191
<term><option>link-layer</option></term>
92-
<listitem><para>Those values are parsed and can be used to set the DUID type
93-
field, but DUID contents must be provided using <varname>DUIDRawData=</varname>.
92+
<listitem><para>If <literal>link-layer-time</literal> or <literal>link-layer</literal> is specified,
93+
then the MAC address of the interface is used as a DUID value. The value <literal>link-layer-time</literal>
94+
can take additional time value after a colon, e.g. <literal>link-layer-time:2018-01-23 12:34:56 UTC</literal>.
95+
The default time value is <literal>2000-01-01 00:00:00 UTC</literal>.
9496
</para></listitem>
9597
</varlistentry>
9698
</variablelist>

0 commit comments

Comments
 (0)