2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 15:35:17 +00:00

[5384] Doc ipdate: setting replace-client-id ignored echo-client-id

This commit is contained in:
Tomek Mrugalski
2017-10-14 23:37:56 +02:00
parent 3bfa6b063a
commit c565bbe061

View File

@@ -872,10 +872,15 @@ Administrator deleted a lease for a device identified by: duid of 1a:1b:1c:1d:1e
<para> <para>
Note that for this mechanism to take effect, the DHCPv4 server must be configured Note that for this mechanism to take effect, the DHCPv4 server must be configured
to respect the client identifier option value during lease allocation, i.e. to respect the client identifier option value during lease allocation, i.e.
"dhcp4-match-client-id" must be set to true. See "match-client-id" must be set to true. See
<xref linkend="dhcp4-match-client-id"/> for details. No additional settings <xref linkend="dhcp4-match-client-id"/> for details. No additional settings
are required for DHCPv6. are required for DHCPv6.
</para> </para>
<para>
If "replace-client-id" option is set to true, the value of "echo-client-id"
parameter (that governs whether to send back a client-id option or
not) is ignored.
</para>
</section> </section>