]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#643,!421] Corrected introductory part of the cb_cmds doc.
authorMarcin Siodelski <marcin@isc.org>
Tue, 16 Jul 2019 10:06:22 +0000 (12:06 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 19 Jul 2019 11:56:38 +0000 (07:56 -0400)
Previously we used "server-tag" parameter in metadata, now we have
"server-tags" list.

doc/guide/hooks-cb-cmds.xml

index 397fc604cc5f216d191307055c447af64f416bdf..e05a66ada15765df533afc4c2a2c5ddfa99bd9d0 100644 (file)
           information about the fetched object which may be useful for the administrator,
           but is not the part of the object specification from the DHCP server standpoint.
           In the Kea 1.6.0 release, the metadata is limited to the
-          <command>server-tag</command>, which describescthe association of the object
-          with the particular server or all servers. The server tag is always set to
-          <command>all</command> in the Kea 1.6.0 beta release.
+          <command>server-tags</command>, which describes the associations of the object
+          with the selected servers or all servers.
           </para>
 
           <para>The following is the example response to the <command>remote-network4-list</command>
             {
                 "name": "level3",
                 "metadata": {
-                    "server-tag": "all"
+                    "server-tags": [ "all" ]
                 }
             }
         ],
          </para>
 
           <para>Client implementations must not assume that the metadata contains
-          only the <command>server-tag</command> parameter. In the future releases
+          only the <command>server-tags</command> parameter. In the future releases
           this map will be extended with additional information, e.g. object
           modification time, log message created during the last modification etc.
           </para>