Browse Source

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

Tomek Mrugalski 7 years ago
parent
commit
c565bbe061
1 changed files with 6 additions and 1 deletions
  1. 6 1
      doc/guide/hooks.xml

+ 6 - 1
doc/guide/hooks.xml

@@ -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>