diff options
author | Razvan Becheriu <razvan@isc.org> | 2024-01-17 17:52:05 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2024-01-26 13:19:54 +0100 |
commit | a48e9ee568482f4d42b73975779818697fe19576 (patch) | |
tree | 09fc4455a774bcce630dae6f639ab24a5af75bc1 /src/share/api/remote-global-parameter4-del.json | |
parent | [#3198] add ChangeLog entry (diff) | |
download | kea-a48e9ee568482f4d42b73975779818697fe19576.tar.xz kea-a48e9ee568482f4d42b73975779818697fe19576.zip |
[#1790] add support for top level maps in global CB parameters
Diffstat (limited to 'src/share/api/remote-global-parameter4-del.json')
-rw-r--r-- | src/share/api/remote-global-parameter4-del.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/api/remote-global-parameter4-del.json b/src/share/api/remote-global-parameter4-del.json index 3c1564a08d..0ed6f52b2d 100644 --- a/src/share/api/remote-global-parameter4-del.json +++ b/src/share/api/remote-global-parameter4-del.json @@ -5,7 +5,7 @@ "This command deletes a global DHCPv4 parameter from the configuration database. The server uses the value specified in the configuration file, or a default value if the parameter is not specified, 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. If deleting a map parameter, the ``map-name/parameter-name`` format must be used. 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": [ "{", |