]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/networkd.conf: update section explanation
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 30 Dec 2024 01:14:07 +0000 (10:14 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 30 Dec 2024 01:15:52 +0000 (10:15 +0900)
These section contains not only DUID related settings.

Follow-up for 418f2dc75564330d4ff6c86193f4a3c8ffbb1f1b.

man/networkd.conf.xml

index 4772e827997105a4d9112dae6f585575c999f203..e843e3d9b1e328eee7e10f6fb48f9a2b2a6d0385 100644 (file)
   <refsect1>
     <title>[DHCPv4] Section Options</title>
 
-    <para>This section configures the DHCP Unique Identifier (DUID) value used by DHCP protocol. DHCPv4
-    client protocol sends IAID and DUID to the DHCP server when acquiring a dynamic IPv4 address if
-    <option>ClientIdentifier=duid</option>. IAID and DUID allows a DHCP server to uniquely identify the
-    machine and the interface requesting a DHCP IP address. To configure IAID and ClientIdentifier, see
+    <para>This section configures the default configurations of DHCPv4 client. If the DHCPv4 client is
+    enabled on an interface, then the configurations below will be used by default unless explicitly
+    specified in the corresponding <filename>.network</filename> file. See also
     <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
     </para>
 
@@ -354,11 +353,9 @@ DUIDRawData=00:00:ab:11:f9:2a:c2:77:29:f9:5c:00</programlisting>
   <refsect1>
     <title>[DHCPv6] Section Options</title>
 
-    <para>This section configures the DHCP Unique Identifier (DUID) value used by DHCPv6 protocol.
-    DHCPv6 client protocol sends the DHCP Unique Identifier and the interface Identity Association
-    Identifier (IAID) to a DHCPv6 server when acquiring a dynamic IPv6 address. IAID and DUID allows a
-    DHCPv6 server to uniquely identify the machine and the interface requesting a DHCP IP address. To
-    configure IAID, see
+    <para>This section configures the default configurations of DHCPv6 client. If the DHCPv6 client is
+    enabled on an interface, then the configurations below will be used by default unless explicitly
+    specified in the corresponding <filename>.network</filename> file. See also
     <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
     </para>