From: Marcin Siodelski Date: Tue, 16 Jul 2019 10:06:22 +0000 (+0200) Subject: [#643,!421] Corrected introductory part of the cb_cmds doc. X-Git-Tag: Kea-1.6.0-beta2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab2ef09771ee67f5b65ab4dcc6f0d207db87c0a5;p=thirdparty%2Fkea.git [#643,!421] Corrected introductory part of the cb_cmds doc. Previously we used "server-tag" parameter in metadata, now we have "server-tags" list. --- diff --git a/doc/guide/hooks-cb-cmds.xml b/doc/guide/hooks-cb-cmds.xml index 397fc604cc..e05a66ada1 100644 --- a/doc/guide/hooks-cb-cmds.xml +++ b/doc/guide/hooks-cb-cmds.xml @@ -126,9 +126,8 @@ 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 - server-tag, which describescthe association of the object - with the particular server or all servers. The server tag is always set to - all in the Kea 1.6.0 beta release. + server-tags, which describes the associations of the object + with the selected servers or all servers. The following is the example response to the remote-network4-list @@ -142,7 +141,7 @@ { "name": "level3", "metadata": { - "server-tag": "all" + "server-tags": [ "all" ] } } ], @@ -153,7 +152,7 @@ Client implementations must not assume that the metadata contains - only the server-tag parameter. In the future releases + only the server-tags 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.