|
98 | 98 | </refsect1> |
99 | 99 |
|
100 | 100 | <refsect1> |
101 | | - <title>[DHCP] Section Options</title> |
102 | | - |
103 | | - <para>This section configures the DHCP Unique Identifier (DUID) value used by DHCP |
104 | | - protocol. DHCPv6 client protocol sends the DHCP Unique Identifier and the interface |
105 | | - Identity Association Identifier (IAID) to a DHCP server when acquiring a dynamic IPv6 |
106 | | - address. DHCPv4 client protocol sends IAID and DUID to the DHCP server when acquiring |
107 | | - a dynamic IPv4 address if <option>ClientIdentifier=duid</option>. IAID and DUID allows |
108 | | - a DHCP server to uniquely identify the machine and the interface requesting a DHCP IP. |
109 | | - To configure IAID and ClientIdentifier, see |
| 101 | + <title>[DHCPv4] Section Options</title> |
| 102 | + |
| 103 | + <para>This section configures the DHCP Unique Identifier (DUID) value used by DHCP protocol. DHCPv4 |
| 104 | + client protocol sends IAID and DUID to the DHCP server when acquiring a dynamic IPv4 address if |
| 105 | + <option>ClientIdentifier=duid</option>. IAID and DUID allows a DHCP server to uniquely identify the |
| 106 | + machine and the interface requesting a DHCP IP address. To configure IAID and ClientIdentifier, see |
110 | 107 | <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry>. |
111 | 108 | </para> |
112 | 109 |
|
@@ -188,6 +185,28 @@ DUIDRawData=00:00:ab:11:f9:2a:c2:77:29:f9:5c:00</programlisting> |
188 | 185 | </variablelist> |
189 | 186 | </refsect1> |
190 | 187 |
|
| 188 | + <refsect1> |
| 189 | + <title>[DHCPv6] Section Options</title> |
| 190 | + |
| 191 | + <para>This section configures the DHCP Unique Identifier (DUID) value used by DHCPv6 protocol. |
| 192 | + DHCPv6 client protocol sends the DHCP Unique Identifier and the interface Identity Association |
| 193 | + Identifier (IAID) to a DHCPv6 server when acquiring a dynamic IPv6 address. IAID and DUID allows a |
| 194 | + DHCPv6 server to uniquely identify the machine and the interface requesting a DHCP IP address. To |
| 195 | + configure IAID, see |
| 196 | + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry>. |
| 197 | + </para> |
| 198 | + |
| 199 | + <para>The following options are understood:</para> |
| 200 | + |
| 201 | + <variablelist class='network-directives'> |
| 202 | + <varlistentry> |
| 203 | + <term><varname>DUIDType=</varname></term> |
| 204 | + <term><varname>DUIDRawData=</varname></term> |
| 205 | + <listitem><para>As in the [DHCPv4] section.</para></listitem> |
| 206 | + </varlistentry> |
| 207 | + </variablelist> |
| 208 | + </refsect1> |
| 209 | + |
191 | 210 | <refsect1> |
192 | 211 | <title>See Also</title> |
193 | 212 | <para> |
|
0 commit comments