Browse Source

[3684] Minor fix in the User's Guide.

Marcin Siodelski 8 years ago
parent
commit
0aeb76d82f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/guide/dhcp4-srv.xml

+ 1 - 1
doc/guide/dhcp4-srv.xml

@@ -3050,7 +3050,7 @@ It is merely echoed by the server
 <para>If not specified, the default value is:
 
 <screen>
-<userinput>"host-reservation-identifiers": [ "hw-address", "duid", "circuit-id" ]</userinput>
+<userinput>"host-reservation-identifiers": [ "hw-address", "duid", "circuit-id", "client-id" ]</userinput>
 </screen>
 <!-- see CfgHostOperations::createConfig4() in
 src/lib/dhcpsrv/cfg_host_operations.cc -->