From f1dbc4f8ccee0d05da474b7423b674afdd37860a Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 30 Dec 2024 10:14:07 +0900 Subject: [PATCH] man/networkd.conf: update section explanation These section contains not only DUID related settings. Follow-up for 418f2dc75564330d4ff6c86193f4a3c8ffbb1f1b. --- man/networkd.conf.xml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml index 4772e827997..e843e3d9b1e 100644 --- a/man/networkd.conf.xml +++ b/man/networkd.conf.xml @@ -247,10 +247,9 @@ [DHCPv4] Section Options - 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 - . 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 + 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 .network file. See also systemd.network5. @@ -354,11 +353,9 @@ DUIDRawData=00:00:ab:11:f9:2a:c2:77:29:f9:5c:00 [DHCPv6] Section Options - 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 + 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 .network file. See also systemd.network5.