]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: mention that DUIDType=link-layer-time or link-layer uses MAC address 9406/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 7 Aug 2018 05:03:57 +0000 (14:03 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 8 Aug 2018 01:15:00 +0000 (10:15 +0900)
man/networkd.conf.xml

index f5f7acbf674413db085913f1a9a85239c7eec0fb..c624d4de436795487cf9a4bfdf40925af619bf53 100644 (file)
           </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>