From: Tomek Mrugalski Date: Tue, 6 Aug 2019 16:53:15 +0000 (+0200) Subject: [#777,!464] Converted ... to ``...``` X-Git-Tag: Kea-1.6.0~41^2~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf2b6e485f68a77f736ce524c9c37e55e82c30e5;p=thirdparty%2Fkea.git [#777,!464] Converted ... to ``...``` --- diff --git a/doc/sphinx/api/remote-global-parameter4-del.json b/doc/sphinx/api/remote-global-parameter4-del.json index c35b90e95a..1fc907dfcb 100644 --- a/doc/sphinx/api/remote-global-parameter4-del.json +++ b/doc/sphinx/api/remote-global-parameter4-del.json @@ -4,7 +4,7 @@ "This command is used to delete a global DHCPv4 parameter from the configuration database. The server will use the value specified in the configuration file or a default value (if the parameter is not specified in the configuration file) after deleting the parameter from the database." ], "cmd-comment": [ - "This command carries the list including exactly one name of the parameter to be deleted. The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error." + "This command carries the list including exactly one name of the parameter to be deleted. The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error." ], "cmd-syntax": [ "{", @@ -32,4 +32,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-global-parameter4-get-all.json b/doc/sphinx/api/remote-global-parameter4-get-all.json index 86467908dc..aa42d2eeab 100644 --- a/doc/sphinx/api/remote-global-parameter4-get-all.json +++ b/doc/sphinx/api/remote-global-parameter4-get-all.json @@ -4,7 +4,7 @@ "This command is used to fetch all global parameters for the server from the specified database." ], "cmd-comment": [ - "The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error. The special server tag \"all\" is allowed to fetch the global parameters shared by all servers." + "The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error. The special server tag \"all\" is allowed to fetch the global parameters shared by all servers." ], "cmd-syntax": [ "{", @@ -48,4 +48,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-global-parameter4-get.json b/doc/sphinx/api/remote-global-parameter4-get.json index 0f3744137e..219ccd766f 100644 --- a/doc/sphinx/api/remote-global-parameter4-get.json +++ b/doc/sphinx/api/remote-global-parameter4-get.json @@ -4,7 +4,7 @@ "This command is used to fetch selected global parameter for the server from the specified database." ], "cmd-comment": [ - "This command carries a list including exactly one name of the parameter to be fetched. The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error. The server tag \"all\" is allowed to fetch the global parameter value shared by all servers." + "This command carries a list including exactly one name of the parameter to be fetched. The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error. The server tag \"all\" is allowed to fetch the global parameter value shared by all servers." ], "cmd-syntax": [ "{", @@ -41,4 +41,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-global-parameter4-set.json b/doc/sphinx/api/remote-global-parameter4-set.json index 6577fed41f..469026f0ab 100644 --- a/doc/sphinx/api/remote-global-parameter4-set.json +++ b/doc/sphinx/api/remote-global-parameter4-set.json @@ -4,7 +4,7 @@ "This command is used to create or update one more global parameters in the configuration database." ], "cmd-comment": [ - "This command carries multiple global parameters with their values. Care should be taken when specifying more than one parameter because in some cases only a subset of the parameters may be successfully stored in the database and other parameters may fail to be stored. In such cases the remote-global-parameter4-get-all may be useful to verify the contents of the database after the update. The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error. The server tag \"all\" is allowed and it associates the specified parameters with all servers." + "This command carries multiple global parameters with their values. Care should be taken when specifying more than one parameter because in some cases only a subset of the parameters may be successfully stored in the database and other parameters may fail to be stored. In such cases the ``remote-global-parameter4-get-all`` may be useful to verify the contents of the database after the update. The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error. The server tag \"all\" is allowed and it associates the specified parameters with all servers." ], "cmd-syntax": [ "{", @@ -39,4 +39,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-global-parameter6-del.json b/doc/sphinx/api/remote-global-parameter6-del.json index 5849743dfe..80bd95c2d6 100644 --- a/doc/sphinx/api/remote-global-parameter6-del.json +++ b/doc/sphinx/api/remote-global-parameter6-del.json @@ -4,7 +4,7 @@ "This command is used to delete a global DHCPv6 parameter from the configuration database. The server will use the value specified in the configuration file or a default value (if the parameter is not specified in the configuration file) after deleting the parameter from the database." ], "cmd-comment": [ - "This command carries the list including exactly one name of the parameter to be deleted. The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error." + "This command carries the list including exactly one name of the parameter to be deleted. The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error." ], "cmd-syntax": [ "{", @@ -32,4 +32,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-global-parameter6-get-all.json b/doc/sphinx/api/remote-global-parameter6-get-all.json index 2c9f181b64..d2f8e144eb 100644 --- a/doc/sphinx/api/remote-global-parameter6-get-all.json +++ b/doc/sphinx/api/remote-global-parameter6-get-all.json @@ -4,7 +4,7 @@ "This command is used to fetch all global parameters for the server from the specified database." ], "cmd-comment": [ - "The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error. The special server tag \"all\" is allowed to fetch the global parameters shared by all servers." + "The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error. The special server tag \"all\" is allowed to fetch the global parameters shared by all servers." ], "cmd-syntax": [ "{", @@ -48,4 +48,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-global-parameter6-get.json b/doc/sphinx/api/remote-global-parameter6-get.json index b84aa1886b..69a17d6b28 100644 --- a/doc/sphinx/api/remote-global-parameter6-get.json +++ b/doc/sphinx/api/remote-global-parameter6-get.json @@ -4,7 +4,7 @@ "This command is used to fetch selected global parameter for the server from the specified database." ], "cmd-comment": [ - "This command carries a list including exactly one name of the parameter to be fetched. The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error. The server tag \"all\" is allowed to fetch the global parameter value shared by all servers." + "This command carries a list including exactly one name of the parameter to be fetched. The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error. The server tag \"all\" is allowed to fetch the global parameter value shared by all servers." ], "cmd-syntax": [ "{", @@ -41,4 +41,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-global-parameter6-set.json b/doc/sphinx/api/remote-global-parameter6-set.json index 72228487d3..436c9227f6 100644 --- a/doc/sphinx/api/remote-global-parameter6-set.json +++ b/doc/sphinx/api/remote-global-parameter6-set.json @@ -4,7 +4,7 @@ "This command is used to create or update one more global parameters in the configuration database." ], "cmd-comment": [ - "This command carries multiple global parameters with their values. Care should be taken when specifying more than one parameter because in some cases only a subset of the parameters may be successfully stored in the database and other parameters may fail to be stored. In such cases the remote-global-parameter6-get-all may be useful to verify the contents of the database after the update. The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error. The server tag \"all\" is allowed and it associates the specified parameters with all servers." + "This command carries multiple global parameters with their values. Care should be taken when specifying more than one parameter because in some cases only a subset of the parameters may be successfully stored in the database and other parameters may fail to be stored. In such cases the ``remote-global-parameter6-get-all`` may be useful to verify the contents of the database after the update. The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error. The server tag \"all\" is allowed and it associates the specified parameters with all servers." ], "cmd-syntax": [ "{", @@ -39,4 +39,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-network4-del.json b/doc/sphinx/api/remote-network4-del.json index fb9a502ca7..28be9a35db 100644 --- a/doc/sphinx/api/remote-network4-del.json +++ b/doc/sphinx/api/remote-network4-del.json @@ -4,7 +4,7 @@ "This command is used to delete an IPv4 shared network from the configuration database." ], "cmd-comment": [ - "This command includes a list with exactly one name of the shared network to be deleted. The subnets-action denotes whether the subnets in this shared network should be deleted or not. The server-tags parameter must not be specified for this command." + "This command includes a list with exactly one name of the shared network to be deleted. The ``subnets-action`` denotes whether the subnets in this shared network should be deleted or not. The ``server-tags`` parameter must not be specified for this command." ], "cmd-syntax": [ "{", @@ -36,4 +36,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-network4-get.json b/doc/sphinx/api/remote-network4-get.json index 7589c06ed4..d5e0f22bf6 100644 --- a/doc/sphinx/api/remote-network4-get.json +++ b/doc/sphinx/api/remote-network4-get.json @@ -4,7 +4,7 @@ "This command is used to fetch selected IPv4 shared network for the server from the specified database." ], "cmd-comment": [ - "This command includes a list with exactly one name of the shared network to be returned. The subnets-include optional parameter allows for specifying whether the subnets belonging to the shared network should also be returned. The server-tags parameter must not be specified for this command." + "This command includes a list with exactly one name of the shared network to be returned. The ``subnets-include`` optional parameter allows for specifying whether the subnets belonging to the shared network should also be returned. The ``server-tags`` parameter must not be specified for this command." ], "cmd-syntax": [ "{", @@ -25,7 +25,7 @@ "hook": "cb_cmds", "name": "remote-network4-get", "resp-comment": [ - "If the subnets are returned with the shared network they are carried in the subnet4 list within the shared network definition. The metadata is included in the returned shared network definition and it provides the database specific information associated with the returned object." + "If the subnets are returned with the shared network they are carried in the ``subnet4`` list within the shared network definition. The metadata is included in the returned shared network definition and it provides the database specific information associated with the returned object." ], "resp-syntax": [ "{", @@ -48,4 +48,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-network4-list.json b/doc/sphinx/api/remote-network4-list.json index aa75496a7c..1cbe0e7527 100644 --- a/doc/sphinx/api/remote-network4-list.json +++ b/doc/sphinx/api/remote-network4-list.json @@ -4,7 +4,7 @@ "This command is used to fetch a list of all IPv4 shared networks from the configuration database." ], "cmd-comment": [ - "The server-tags list is required for this command. This list must not be empty. It may either contain one or multiple server tags as strings or a single null value." + "The ``server-tags`` list is required for this command. This list must not be empty. It may either contain one or multiple server tags as strings or a single ``null`` value." ], "cmd-syntax": [ "{", @@ -20,7 +20,7 @@ "hook": "cb_cmds", "name": "remote-network4-list", "resp-comment": [ - "The returned response contains the list of maps. Each map contains the shared network name and the metadata which provides database specific information associated with the shared network. The returned list does not contain full definitions of the shared networks. Use remote-network4-get to fetch the full information about the selected shared networks. If the command includes explicit server tags as strings (including the special server tag \"all\"), the list contains all shared networks which are associated with any of the specified tags. A network is returned even if it is associated with multiple servers and only one of the specified tags matches. If the command includes the null value in the server-tags list, the response contains all shared networks which are assigned to no servers (unassigned)." + "The returned response contains the list of maps. Each map contains the shared network name and the metadata which provides database specific information associated with the shared network. The returned list does not contain full definitions of the shared networks. Use ``remote-network4-get`` to fetch the full information about the selected shared networks. If the command includes explicit server tags as strings (including the special server tag \"all\"), the list contains all shared networks which are associated with any of the specified tags. A network is returned even if it is associated with multiple servers and only one of the specified tags matches. If the command includes the ``null`` value in the ``server-tags`` list, the response contains all shared networks which are assigned to no servers (unassigned)." ], "resp-syntax": [ "{", @@ -48,4 +48,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-network4-set.json b/doc/sphinx/api/remote-network4-set.json index 4e851da2de..232b46eb2e 100644 --- a/doc/sphinx/api/remote-network4-set.json +++ b/doc/sphinx/api/remote-network4-set.json @@ -4,7 +4,7 @@ "This command is used to create or replace an IPv4 shared network in the configuration database." ], "cmd-comment": [ - "The provided list must contain exactly one shared network specification. It must not contain subnets (\"subnet4\" parameter). The subnets are added to the shared network using remote-subnet4-set command. The server-tags list is mandatory and it must contain one or more server tags as strings to explicitly associate the shared network with one or more user defined servers. It may include the special server tag \"all\" to associate the network with all servers." + "The provided list must contain exactly one shared network specification. It must not contain subnets (\"subnet4\" parameter). The subnets are added to the shared network using ``remote-subnet4-set`` command. The ``server-tags`` list is mandatory and it must contain one or more server tags as strings to explicitly associate the shared network with one or more user defined servers. It may include the special server tag \"all\" to associate the network with all servers." ], "cmd-syntax": [ "{", @@ -33,4 +33,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-network6-del.json b/doc/sphinx/api/remote-network6-del.json index ac33544328..db43e100d9 100644 --- a/doc/sphinx/api/remote-network6-del.json +++ b/doc/sphinx/api/remote-network6-del.json @@ -4,7 +4,7 @@ "This command is used to delete an IPv6 shared network from the configuration database." ], "cmd-comment": [ - "This command includes a list with exactly one name of the shared network to be deleted. The subnets-action denotes whether the subnets in this shared network should be deleted or not. The server-tags parameter must not be specified for this command." + "This command includes a list with exactly one name of the shared network to be deleted. The ``subnets-action`` denotes whether the subnets in this shared network should be deleted or not. The ``server-tags`` parameter must not be specified for this command." ], "cmd-syntax": [ "{", @@ -36,4 +36,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-network6-get.json b/doc/sphinx/api/remote-network6-get.json index 1dc5840156..15665bc4ff 100644 --- a/doc/sphinx/api/remote-network6-get.json +++ b/doc/sphinx/api/remote-network6-get.json @@ -4,7 +4,7 @@ "This command is used to fetch selected IPv6 shared network for the server from the specified database." ], "cmd-comment": [ - "This command includes a list with exactly one name of the shared network to be returned. The subnets-include optional parameter allows for specifying whether the subnets belonging to the shared network should also be returned. The server-tags parameter must not be specified for this command." + "This command includes a list with exactly one name of the shared network to be returned. The ``subnets-include`` optional parameter allows for specifying whether the subnets belonging to the shared network should also be returned. The ``server-tags`` parameter must not be specified for this command." ], "cmd-syntax": [ "{", @@ -25,7 +25,7 @@ "hook": "cb_cmds", "name": "remote-network6-get", "resp-comment": [ - "If the subnets are returned with the shared network they are carried in the subnet6 list within the shared network definition. The metadata is included in the returned shared network definition and it provides the database specific information associated with the returned object." + "If the subnets are returned with the shared network they are carried in the ``subnet6`` list within the shared network definition. The metadata is included in the returned shared network definition and it provides the database specific information associated with the returned object." ], "resp-syntax": [ "{", @@ -48,4 +48,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-network6-list.json b/doc/sphinx/api/remote-network6-list.json index dc9f2a40c6..f7605681ea 100644 --- a/doc/sphinx/api/remote-network6-list.json +++ b/doc/sphinx/api/remote-network6-list.json @@ -4,7 +4,7 @@ "This command is used to fetch a list of all IPv6 shared networks from the configuration database." ], "cmd-comment": [ - "The server-tags list is required for this command. This list must not be empty. It may either contain one or multiple server tags as strings or a single null value." + "The ``server-tags`` list is required for this command. This list must not be empty. It may either contain one or multiple server tags as strings or a single ``null`` value." ], "cmd-syntax": [ "{", @@ -20,7 +20,7 @@ "hook": "cb_cmds", "name": "remote-network6-list", "resp-comment": [ - "The returned response contains the list of maps. Each map contains the shared network name and the metadata which provides database specific information associated with the shared network. The returned list does not contain full definitions of the shared networks. Use remote-network6-get to fetch the full information about the selected shared networks. If the command includes explicit server tags as strings (including the special server tag \"all\"), the list contains all shared networks which are associated with any of the specified tags. A network is returned even if it is associated with multiple servers and only one of the specified tags matches. If the command includes the null value in the server-tags list, the response contains all shared networks which are assigned to no servers (unassigned)." + "The returned response contains the list of maps. Each map contains the shared network name and the metadata which provides database specific information associated with the shared network. The returned list does not contain full definitions of the shared networks. Use ``remote-network6-get`` to fetch the full information about the selected shared networks. If the command includes explicit server tags as strings (including the special server tag \"all\"), the list contains all shared networks which are associated with any of the specified tags. A network is returned even if it is associated with multiple servers and only one of the specified tags matches. If the command includes the ``null`` value in the ``server-tags`` list, the response contains all shared networks which are assigned to no servers (unassigned)." ], "resp-syntax": [ "{", @@ -48,4 +48,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-network6-set.json b/doc/sphinx/api/remote-network6-set.json index 3ce98ed8d9..9643683a11 100644 --- a/doc/sphinx/api/remote-network6-set.json +++ b/doc/sphinx/api/remote-network6-set.json @@ -4,7 +4,7 @@ "This command is used to create or replace an IPv6 shared network in the configuration database." ], "cmd-comment": [ - "The provided list must contain exactly one shared network specification. It must not contain subnets (\"subnet6\" parameter). The subnets are added to the shared network using remote-subnet6-set command. The server-tags list is mandatory and it must contain one or more server tags as strings to explicitly associate the shared network with one or more user defined servers. It may include the special server tag \"all\" to associate the network with all servers." + "The provided list must contain exactly one shared network specification. It must not contain subnets (\"subnet6\" parameter). The subnets are added to the shared network using ``remote-subnet6-set`` command. The ``server-tags`` list is mandatory and it must contain one or more server tags as strings to explicitly associate the shared network with one or more user defined servers. It may include the special server tag \"all\" to associate the network with all servers." ], "cmd-syntax": [ "{", @@ -33,4 +33,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-option-def4-del.json b/doc/sphinx/api/remote-option-def4-del.json index 0419245a72..6ac87975f2 100644 --- a/doc/sphinx/api/remote-option-def4-del.json +++ b/doc/sphinx/api/remote-option-def4-del.json @@ -4,7 +4,7 @@ "This command is used to delete a DHCPv4 option definition from the configuration database." ], "cmd-comment": [ - "This command includes a list with exactly one option definition specification comprising an option name and code. The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error." + "This command includes a list with exactly one option definition specification comprising an option name and code. The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error." ], "cmd-syntax": [ "{", @@ -35,4 +35,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-option-def4-get-all.json b/doc/sphinx/api/remote-option-def4-get-all.json index c81e7545e3..d97e0030db 100644 --- a/doc/sphinx/api/remote-option-def4-get-all.json +++ b/doc/sphinx/api/remote-option-def4-get-all.json @@ -4,7 +4,7 @@ "This command is used to fetch all DHCPv4 option definitions from the configuration database." ], "cmd-comment": [ - "The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error. The special server tag \"all\" is allowed to fetch the option definitions shared by all servers." + "The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error. The special server tag \"all\" is allowed to fetch the option definitions shared by all servers." ], "cmd-syntax": [ "{", @@ -48,4 +48,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-option-def4-get.json b/doc/sphinx/api/remote-option-def4-get.json index 8cd44b2643..f5f0ade55f 100644 --- a/doc/sphinx/api/remote-option-def4-get.json +++ b/doc/sphinx/api/remote-option-def4-get.json @@ -4,7 +4,7 @@ "This command is used to fetch a DHCPv4 option definition from the configuration database." ], "cmd-comment": [ - "The desired option definition is identified by the pair of the option code/space values. The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error. The server tag \"all\" is allowed to fetch the option definition instance shared by all servers." + "The desired option definition is identified by the pair of the option code/space values. The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error. The server tag \"all\" is allowed to fetch the option definition instance shared by all servers." ], "cmd-syntax": [ "{", @@ -48,4 +48,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-option-def4-set.json b/doc/sphinx/api/remote-option-def4-set.json index 7a607f89cc..d819efa0ad 100644 --- a/doc/sphinx/api/remote-option-def4-set.json +++ b/doc/sphinx/api/remote-option-def4-set.json @@ -4,7 +4,7 @@ "This command is used to create or replace DHCPv4 option definition in the configuration database." ], "cmd-comment": [ - "The provided list must contain exactly one option definition specification. The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error. The server tag \"all\" is allowed and it associates the specified option definition with all servers." + "The provided list must contain exactly one option definition specification. The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error. The server tag \"all\" is allowed and it associates the specified option definition with all servers." ], "cmd-syntax": [ "{", @@ -33,4 +33,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-option-def6-del.json b/doc/sphinx/api/remote-option-def6-del.json index c67360a869..6ad13ddd0a 100644 --- a/doc/sphinx/api/remote-option-def6-del.json +++ b/doc/sphinx/api/remote-option-def6-del.json @@ -4,7 +4,7 @@ "This command is used to delete a DHCPv6 option definition from the configuration database." ], "cmd-comment": [ - "This command includes a list with exactly one option definition specification comprising an option name and code. The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error." + "This command includes a list with exactly one option definition specification comprising an option name and code. The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error." ], "cmd-syntax": [ "{", @@ -35,4 +35,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-option-def6-get-all.json b/doc/sphinx/api/remote-option-def6-get-all.json index ee40c765d8..5afa5a641b 100644 --- a/doc/sphinx/api/remote-option-def6-get-all.json +++ b/doc/sphinx/api/remote-option-def6-get-all.json @@ -4,7 +4,7 @@ "This command is used to fetch all DHCPv6 option definitions from the configuration database." ], "cmd-comment": [ - "The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error. The special server tag \"all\" is allowed to fetch the option definitions shared by all servers." + "The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error. The special server tag \"all\" is allowed to fetch the option definitions shared by all servers." ], "cmd-syntax": [ "{", @@ -48,4 +48,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-option-def6-get.json b/doc/sphinx/api/remote-option-def6-get.json index 51da925c75..557a45fc79 100644 --- a/doc/sphinx/api/remote-option-def6-get.json +++ b/doc/sphinx/api/remote-option-def6-get.json @@ -4,7 +4,7 @@ "This command is used to fetch a DHCPv6 option definition from the configuration database." ], "cmd-comment": [ - "The desired option definition is identified by the pair of the option code/space values. The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error. The server tag \"all\" is allowed to fetch the option definition instance shared by all servers." + "The desired option definition is identified by the pair of the option code/space values. The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error. The server tag \"all\" is allowed to fetch the option definition instance shared by all servers." ], "cmd-syntax": [ "{", @@ -48,4 +48,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-option-def6-set.json b/doc/sphinx/api/remote-option-def6-set.json index 7a6284c023..5017a4d07e 100644 --- a/doc/sphinx/api/remote-option-def6-set.json +++ b/doc/sphinx/api/remote-option-def6-set.json @@ -4,7 +4,7 @@ "This command is used to create or replace DHCPv6 option definition in the configuration database." ], "cmd-comment": [ - "The provided list must contain exactly one option definition specification. The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error. The server tag \"all\" is allowed and it associates the specified option definition with all servers." + "The provided list must contain exactly one option definition specification. The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error. The server tag \"all\" is allowed and it associates the specified option definition with all servers." ], "cmd-syntax": [ "{", @@ -33,4 +33,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-option4-global-del.json b/doc/sphinx/api/remote-option4-global-del.json index 8920ef0479..f32a6b5f6f 100644 --- a/doc/sphinx/api/remote-option4-global-del.json +++ b/doc/sphinx/api/remote-option4-global-del.json @@ -4,7 +4,7 @@ "This command is used to delete a DHCPv4 global option from the configuration database." ], "cmd-comment": [ - "This command includes a list with exactly one option specification comprising an option name and code. Specifying an empty list, a value of null or multiple server tags will result in an error." + "This command includes a list with exactly one option specification comprising an option name and code. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error." ], "cmd-syntax": [ "{", @@ -37,4 +37,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-option4-global-get-all.json b/doc/sphinx/api/remote-option4-global-get-all.json index c0a0a0252f..97a0eeabb5 100644 --- a/doc/sphinx/api/remote-option4-global-get-all.json +++ b/doc/sphinx/api/remote-option4-global-get-all.json @@ -4,7 +4,7 @@ "This command is used to fetch all DHCPv4 global options for the server from the configuration database." ], "cmd-comment": [ - "The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error. The special server tag \"all\" is allowed to fetch the global options shared by all servers." + "The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error. The special server tag \"all\" is allowed to fetch the global options shared by all servers." ], "cmd-syntax": [ "{", @@ -48,4 +48,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-option4-global-get.json b/doc/sphinx/api/remote-option4-global-get.json index 21f4aa7e14..09c4ac5e75 100644 --- a/doc/sphinx/api/remote-option4-global-get.json +++ b/doc/sphinx/api/remote-option4-global-get.json @@ -4,7 +4,7 @@ "This command is used to fetch a global DHCPv4 option for the server from the specified database." ], "cmd-comment": [ - "The option is identified by the pair of option code/space values. The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error. The server tag \"all\" is allowed to fetch the global option instance shared by all servers." + "The option is identified by the pair of option code/space values. The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error. The server tag \"all\" is allowed to fetch the global option instance shared by all servers." ], "cmd-syntax": [ "{", @@ -46,4 +46,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-option4-global-set.json b/doc/sphinx/api/remote-option4-global-set.json index 0609c8bddf..9164db93c6 100644 --- a/doc/sphinx/api/remote-option4-global-set.json +++ b/doc/sphinx/api/remote-option4-global-set.json @@ -4,7 +4,7 @@ "This command is used to create or replace a DHCPv4 global option in the configuration database." ], "cmd-comment": [ - "The provided list must cotain exactly one option specification. The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error. The server tag \"all\" is allowed and it associates the specified option with all servers." + "The provided list must cotain exactly one option specification. The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error. The server tag \"all\" is allowed and it associates the specified option with all servers." ], "cmd-syntax": [ "{", @@ -41,4 +41,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-option6-global-del.json b/doc/sphinx/api/remote-option6-global-del.json index 88ac23e868..548959c2e3 100644 --- a/doc/sphinx/api/remote-option6-global-del.json +++ b/doc/sphinx/api/remote-option6-global-del.json @@ -4,7 +4,7 @@ "This command is used to delete a DHCPv6 global option from the configuration database." ], "cmd-comment": [ - "This command includes a list with exactly one option specification comprising an option name and code. Specifying an empty list, a value of null or multiple server tags will result in an error." + "This command includes a list with exactly one option specification comprising an option name and code. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error." ], "cmd-syntax": [ "{", @@ -37,4 +37,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-option6-global-get-all.json b/doc/sphinx/api/remote-option6-global-get-all.json index d8224e5e33..6952f16942 100644 --- a/doc/sphinx/api/remote-option6-global-get-all.json +++ b/doc/sphinx/api/remote-option6-global-get-all.json @@ -4,7 +4,7 @@ "This command is used to fetch all DHCPv6 global options for the server from the configuration database." ], "cmd-comment": [ - "The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error. The special server tag \"all\" is allowed to fetch the global options shared by all servers." + "The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error. The special server tag \"all\" is allowed to fetch the global options shared by all servers." ], "cmd-syntax": [ "{", @@ -48,4 +48,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-option6-global-get.json b/doc/sphinx/api/remote-option6-global-get.json index b31cabdd4f..48354b7eab 100644 --- a/doc/sphinx/api/remote-option6-global-get.json +++ b/doc/sphinx/api/remote-option6-global-get.json @@ -4,7 +4,7 @@ "This command is used to fetch a global DHCPv6 option for the server from the specified database." ], "cmd-comment": [ - "The option is identified by the pair of option code/space values. The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error. The server tag \"all\" is allowed to fetch the global option instance shared by all servers." + "The option is identified by the pair of option code/space values. The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error. The server tag \"all\" is allowed to fetch the global option instance shared by all servers." ], "cmd-syntax": [ "{", @@ -46,4 +46,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-option6-global-set.json b/doc/sphinx/api/remote-option6-global-set.json index 3ea52ec680..a32a5f55b1 100644 --- a/doc/sphinx/api/remote-option6-global-set.json +++ b/doc/sphinx/api/remote-option6-global-set.json @@ -4,7 +4,7 @@ "This command is used to create or replace a DHCPv6 global option in the configuration database." ], "cmd-comment": [ - "The provided list must cotain exactly one option specification. The server-tags list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of null or multiple server tags will result in an error. The server tag \"all\" is allowed and it associates the specified option with all servers." + "The provided list must cotain exactly one option specification. The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null`` or multiple server tags will result in an error. The server tag \"all\" is allowed and it associates the specified option with all servers." ], "cmd-syntax": [ "{", @@ -41,4 +41,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-server4-get-all.json b/doc/sphinx/api/remote-server4-get-all.json index f95de7a28a..f78b828fa1 100644 --- a/doc/sphinx/api/remote-server4-get-all.json +++ b/doc/sphinx/api/remote-server4-get-all.json @@ -4,7 +4,7 @@ "This command is used to fetch information about all DHCPv4 servers specified by the user." ], "cmd-comment": [ - "This command contains no arguments besides the optional remote." + "This command contains no arguments besides the optional ``remote``." ], "cmd-syntax": [ "{", @@ -19,7 +19,7 @@ "hook": "cb_cmds", "name": "remote-server4-get-all", "resp-comment": [ - "The returned response contain a list of maps. Each map contains a server tag uniquely identifying a server and the user defined description of the server. The Kea Configuration Backend uses the keyword all to associate parts of the configuration with all servers. Internally, it creates the logical server all for this purpose. However, this logical server is not returned as a result of the remote-server4-get-all. Only the user defined servers are returned." + "The returned response contain a list of maps. Each map contains a server tag uniquely identifying a server and the user defined description of the server. The Kea Configuration Backend uses the keyword ``all`` to associate parts of the configuration with all servers. Internally, it creates the logical server ``all`` for this purpose. However, this logical server is not returned as a result of the ``remote-server4-get-all``. Only the user defined servers are returned." ], "resp-syntax": [ "{", @@ -43,4 +43,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-server4-set.json b/doc/sphinx/api/remote-server4-set.json index ef96e2b8e1..75e3251848 100644 --- a/doc/sphinx/api/remote-server4-set.json +++ b/doc/sphinx/api/remote-server4-set.json @@ -4,7 +4,7 @@ "This command is used to create or replace information about the DHCPv4 server in the database." ], "cmd-comment": [ - "The provided list must contain exactly one server specification. The server-tag must be unique accross all servers within the configuration database. The description is the arbitrary text describing the server, its location within the network etc." + "The provided list must contain exactly one server specification. The ``server-tag`` must be unique accross all servers within the configuration database. The ``description`` is the arbitrary text describing the server, its location within the network etc." ], "cmd-syntax": [ "{", @@ -41,4 +41,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-server6-get-all.json b/doc/sphinx/api/remote-server6-get-all.json index d45f05697d..9f5c8aad8e 100644 --- a/doc/sphinx/api/remote-server6-get-all.json +++ b/doc/sphinx/api/remote-server6-get-all.json @@ -4,7 +4,7 @@ "This command is used to fetch information about all DHCPv6 servers specified by the user." ], "cmd-comment": [ - "This command contains no arguments besides the optional remote." + "This command contains no arguments besides the optional ``remote``." ], "cmd-syntax": [ "{", @@ -19,7 +19,7 @@ "hook": "cb_cmds", "name": "remote-server6-get-all", "resp-comment": [ - "The returned response contain a list of maps. Each map contains a server tag uniquely identifying a server and the user defined description of the server. The Kea Configuration Backend uses the keyword all to associate parts of the configuration with all servers. Internally, it creates the logical server all for this purpose. However, this logical server is not returned as a result of the remote-server6-get-all. Only the user defined servers are returned." + "The returned response contain a list of maps. Each map contains a server tag uniquely identifying a server and the user defined description of the server. The Kea Configuration Backend uses the keyword ``all`` to associate parts of the configuration with all servers. Internally, it creates the logical server ``all`` for this purpose. However, this logical server is not returned as a result of the ``remote-server6-get-all``. Only the user defined servers are returned." ], "resp-syntax": [ "{", @@ -43,4 +43,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-server6-set.json b/doc/sphinx/api/remote-server6-set.json index 9442d0f66d..7e890848be 100644 --- a/doc/sphinx/api/remote-server6-set.json +++ b/doc/sphinx/api/remote-server6-set.json @@ -4,7 +4,7 @@ "This command is used to create or replace information about the DHCPv6 server in the database." ], "cmd-comment": [ - "The provided list must contain exactly one server specification. The server-tag must be unique accross all servers within the configuration database. The description is the arbitrary text describing the server, its location within the network etc." + "The provided list must contain exactly one server specification. The ``server-tag`` must be unique accross all servers within the configuration database. The ``description`` is the arbitrary text describing the server, its location within the network etc." ], "cmd-syntax": [ "{", @@ -41,4 +41,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-subnet4-del-by-id.json b/doc/sphinx/api/remote-subnet4-del-by-id.json index 0ca4bf910c..e54309dc55 100644 --- a/doc/sphinx/api/remote-subnet4-del-by-id.json +++ b/doc/sphinx/api/remote-subnet4-del-by-id.json @@ -4,7 +4,7 @@ "This command is used to delete an IPv4 subnet by ID from the configuration database." ], "cmd-comment": [ - "This command includes a list with exactly one id of the subnet to be deleted. The server-tags parameter must not be specified for this command." + "This command includes a list with exactly one id of the subnet to be deleted. The ``server-tags`` parameter must not be specified for this command." ], "cmd-syntax": [ "{", @@ -35,4 +35,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-subnet4-del-by-prefix.json b/doc/sphinx/api/remote-subnet4-del-by-prefix.json index 109e3f7d91..4099f5ad12 100644 --- a/doc/sphinx/api/remote-subnet4-del-by-prefix.json +++ b/doc/sphinx/api/remote-subnet4-del-by-prefix.json @@ -4,7 +4,7 @@ "This command is used to delete an IPv4 subnet by prefix from the configuration database." ], "cmd-comment": [ - "This command includes a list with exactly one prefix of the subnet to be deleted. The server-tags parameter must not be specified for this command." + "This command includes a list with exactly one prefix of the subnet to be deleted. The ``server-tags`` parameter must not be specified for this command." ], "cmd-syntax": [ "{", @@ -35,4 +35,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-subnet4-get-by-id.json b/doc/sphinx/api/remote-subnet4-get-by-id.json index 46bb927b07..b5abe31f9b 100644 --- a/doc/sphinx/api/remote-subnet4-get-by-id.json +++ b/doc/sphinx/api/remote-subnet4-get-by-id.json @@ -4,7 +4,7 @@ "This command is used to fetch selected IPv4 subnet by ID for the server from the configuration database." ], "cmd-comment": [ - "This command includes a list with exactly one id of the subnet to be returned. The server-tags parameter must not be specified for this command." + "This command includes a list with exactly one id of the subnet to be returned. The ``server-tags`` parameter must not be specified for this command." ], "cmd-syntax": [ "{", @@ -45,4 +45,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-subnet4-get-by-prefix.json b/doc/sphinx/api/remote-subnet4-get-by-prefix.json index 68495e1afb..c6093381a0 100644 --- a/doc/sphinx/api/remote-subnet4-get-by-prefix.json +++ b/doc/sphinx/api/remote-subnet4-get-by-prefix.json @@ -4,7 +4,7 @@ "This command is used to fetch selected IPv4 subnet by prefix from the configuration database." ], "cmd-comment": [ - "This command includes a list with exactly one prefix of the subnet to be returned. The server-tags parameter must not be specified for this command." + "This command includes a list with exactly one prefix of the subnet to be returned. The ``server-tags`` parameter must not be specified for this command." ], "cmd-syntax": [ "{", @@ -47,4 +47,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-subnet4-list.json b/doc/sphinx/api/remote-subnet4-list.json index 6752a839bc..256047f06a 100644 --- a/doc/sphinx/api/remote-subnet4-list.json +++ b/doc/sphinx/api/remote-subnet4-list.json @@ -4,7 +4,7 @@ "This command is used to fetch a list of all IPv4 subnets from the configuration database." ], "cmd-comment": [ - "The server-tags list is required for this command. This list must not be empty. It may either contain one or multiple server tags as strings or a single null value." + "The ``server-tags`` list is required for this command. This list must not be empty. It may either contain one or multiple server tags as strings or a single ``null`` value." ], "cmd-syntax": [ "{", @@ -20,7 +20,7 @@ "hook": "cb_cmds", "name": "remote-subnet4-list", "resp-comment": [ - "The returned response contains a list of maps. Each map contains a subnet identifier, prefix and shared network name to which the subnet belongs. If the subnet does not belong to a shared netork the name is null. The metadata includes database specific information associated with the subnets. The returned list does not contain full subnet definitions. Use remote-subnet4-get to fetch the full information about the selected subnets. If the command includes explicit server tags as strings (including the special server tag \"all\"), the list contains all subnets which are associated with any of the specified tags. A subnet is returned even if it is associated with multiple servers and only one of the specified tags matches. If the command includes the null value in the server-tags list, the response contains all subnets which are assigned to no servers (unassigned)." + "The returned response contains a list of maps. Each map contains a subnet identifier, prefix and shared network name to which the subnet belongs. If the subnet does not belong to a shared netork the name is null. The metadata includes database specific information associated with the subnets. The returned list does not contain full subnet definitions. Use ``remote-subnet4-get`` to fetch the full information about the selected subnets. If the command includes explicit server tags as strings (including the special server tag \"all\"), the list contains all subnets which are associated with any of the specified tags. A subnet is returned even if it is associated with multiple servers and only one of the specified tags matches. If the command includes the ``null`` value in the ``server-tags`` list, the response contains all subnets which are assigned to no servers (unassigned)." ], "resp-syntax": [ "{", @@ -52,4 +52,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-subnet4-set.json b/doc/sphinx/api/remote-subnet4-set.json index 86bfc4fb7c..dae774c37f 100644 --- a/doc/sphinx/api/remote-subnet4-set.json +++ b/doc/sphinx/api/remote-subnet4-set.json @@ -4,7 +4,7 @@ "This command is used to create or replace an IPv4 subnet the configuration database." ], "cmd-comment": [ - "The provided list must contain exactly one subnet specification. The shared-network-name parameter is required for these commands. It associates the subnet with the shared network by its name. If the subnet must not belong to any shared network (global subnet), the null value must be specified for the shared network name. The server-tags list is mandatory and it must contain one or more server tags as strings to explicitly associate the subnet with one or more user defined servers. It may include the special server tag \"all\" to associate the subnet with all servers." + "The provided list must contain exactly one subnet specification. The ``shared-network-name`` parameter is required for these commands. It associates the subnet with the shared network by its name. If the subnet must not belong to any shared network (global subnet), the ``null`` value must be specified for the shared network name. The ``server-tags`` list is mandatory and it must contain one or more server tags as strings to explicitly associate the subnet with one or more user defined servers. It may include the special server tag \"all\" to associate the subnet with all servers." ], "cmd-syntax": [ "{", @@ -40,4 +40,4 @@ "support": [ "kea-dhcp4" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-subnet6-del-by-id.json b/doc/sphinx/api/remote-subnet6-del-by-id.json index 6591b437c6..367fd07e07 100644 --- a/doc/sphinx/api/remote-subnet6-del-by-id.json +++ b/doc/sphinx/api/remote-subnet6-del-by-id.json @@ -4,7 +4,7 @@ "This command is used to delete an IPv6 subnet by ID from the configuration database." ], "cmd-comment": [ - "This command includes a list with exactly one id of the subnet to be deleted. The server-tags parameter must not be specified for this command." + "This command includes a list with exactly one id of the subnet to be deleted. The ``server-tags`` parameter must not be specified for this command." ], "cmd-syntax": [ "{", @@ -35,4 +35,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-subnet6-del-by-prefix.json b/doc/sphinx/api/remote-subnet6-del-by-prefix.json index a1b36a90ff..c9f71ec57e 100644 --- a/doc/sphinx/api/remote-subnet6-del-by-prefix.json +++ b/doc/sphinx/api/remote-subnet6-del-by-prefix.json @@ -4,7 +4,7 @@ "This command is used to delete an IPv6 subnet by prefix from the configuration database." ], "cmd-comment": [ - "This command includes a list with exactly one prefix of the subnet to be deleted. The server-tags parameter must not be specified for this command." + "This command includes a list with exactly one prefix of the subnet to be deleted. The ``server-tags`` parameter must not be specified for this command." ], "cmd-syntax": [ "{", @@ -35,4 +35,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-subnet6-get-by-id.json b/doc/sphinx/api/remote-subnet6-get-by-id.json index cc19761602..0b992ef256 100644 --- a/doc/sphinx/api/remote-subnet6-get-by-id.json +++ b/doc/sphinx/api/remote-subnet6-get-by-id.json @@ -4,7 +4,7 @@ "This command is used to fetch selected IPv6 subnet by ID for the server from the configuration database." ], "cmd-comment": [ - "This command includes a list with exactly one id of the subnet to be returned. The server-tags parameter must not be specified for this command." + "This command includes a list with exactly one id of the subnet to be returned. The ``server-tags`` parameter must not be specified for this command." ], "cmd-syntax": [ "{", @@ -49,4 +49,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-subnet6-get-by-prefix.json b/doc/sphinx/api/remote-subnet6-get-by-prefix.json index 12bcac08cf..b79d871cda 100644 --- a/doc/sphinx/api/remote-subnet6-get-by-prefix.json +++ b/doc/sphinx/api/remote-subnet6-get-by-prefix.json @@ -4,7 +4,7 @@ "This command is used to fetch selected IPv6 subnet by prefix from the configuration database." ], "cmd-comment": [ - "This command includes a list with exactly one prefix of the subnet to be returned. The server-tags parameter must not be specified for this command." + "This command includes a list with exactly one prefix of the subnet to be returned. The ``server-tags`` parameter must not be specified for this command." ], "cmd-syntax": [ "{", @@ -47,4 +47,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-subnet6-list.json b/doc/sphinx/api/remote-subnet6-list.json index 5e98a06d57..0e5db5a1f0 100644 --- a/doc/sphinx/api/remote-subnet6-list.json +++ b/doc/sphinx/api/remote-subnet6-list.json @@ -4,7 +4,7 @@ "This command is used to fetch a list of all IPv6 subnets from the configuration database." ], "cmd-comment": [ - "The server-tags list is required for this command. This list must not be empty. It may either contain one or multiple server tags as strings or a single null value." + "The ``server-tags`` list is required for this command. This list must not be empty. It may either contain one or multiple server tags as strings or a single ``null`` value." ], "cmd-syntax": [ "{", @@ -20,7 +20,7 @@ "hook": "cb_cmds", "name": "remote-subnet6-list", "resp-comment": [ - "The returned response contains a list of maps. Each map contains a subnet identifier, prefix and shared network name to which the subnet belongs. If the subnet does not belong to a shared netork the name is null. The metadata includes database specific information associated with the subnets. The returned list does not contain full subnet definitions. Use remote-subnet6-get to fetch the full information about the selected subnets. If the command includes explicit server tags as strings (including the special server tag \"all\"), the list contains all subnets which are associated with any of the specified tags. A subnet is returned even if it is associated with multiple servers and only one of the specified tags matches. If the command includes the null value in the server-tags list, the response contains all subnets which are assigned to no servers (unassigned)." + "The returned response contains a list of maps. Each map contains a subnet identifier, prefix and shared network name to which the subnet belongs. If the subnet does not belong to a shared netork the name is null. The metadata includes database specific information associated with the subnets. The returned list does not contain full subnet definitions. Use ``remote-subnet6-get`` to fetch the full information about the selected subnets. If the command includes explicit server tags as strings (including the special server tag \"all\"), the list contains all subnets which are associated with any of the specified tags. A subnet is returned even if it is associated with multiple servers and only one of the specified tags matches. If the command includes the ``null`` value in the ``server-tags`` list, the response contains all subnets which are assigned to no servers (unassigned)." ], "resp-syntax": [ "{", @@ -52,4 +52,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +} diff --git a/doc/sphinx/api/remote-subnet6-set.json b/doc/sphinx/api/remote-subnet6-set.json index b8f2071fae..ae5ec431c8 100644 --- a/doc/sphinx/api/remote-subnet6-set.json +++ b/doc/sphinx/api/remote-subnet6-set.json @@ -4,7 +4,7 @@ "This command is used to create or replace an IPv6 subnet the configuration database." ], "cmd-comment": [ - "The provided list must contain exactly one subnet specification. The shared-network-name parameter is required for these commands. It associates the subnet with the shared network by its name. If the subnet must not belong to any shared network (global subnet), the null value must be specified for the shared network name. The server-tags list is mandatory and it must contain one or more server tags as strings to explicitly associate the subnet with one or more user defined servers. It may include the special server tag \"all\" to associate the subnet with all servers." + "The provided list must contain exactly one subnet specification. The ``shared-network-name`` parameter is required for these commands. It associates the subnet with the shared network by its name. If the subnet must not belong to any shared network (global subnet), the ``null`` value must be specified for the shared network name. The ``server-tags`` list is mandatory and it must contain one or more server tags as strings to explicitly associate the subnet with one or more user defined servers. It may include the special server tag \"all\" to associate the subnet with all servers." ], "cmd-syntax": [ "{", @@ -40,4 +40,4 @@ "support": [ "kea-dhcp6" ] -} \ No newline at end of file +}