2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#10,!3] Tiny corrections in 3 API commands.

This commit is contained in:
Marcin Siodelski
2018-10-26 18:23:17 +02:00
committed by Tomek Mrugalski
parent a9d8c0b127
commit d6f340928b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "build-report", "name": "build-report",
"brief": "returns a list of compilation options that this particular binary was built with", "brief": "Returns a list of compilation options that this particular binary was built with",
"support": [ "kea-dhcp4", "kea-dhcp6", "kea-ctrl-agent" ], "support": [ "kea-dhcp4", "kea-dhcp6", "kea-ctrl-agent" ],
"avail": "1.2.0", "avail": "1.2.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "config-get", "name": "config-get",
"brief": "retrieves the current configuration used by the server. The configuration "brief": "Retrieves the current configuration used by the server. The configuration
is roughtly equal to the configuration file, but includes additional is roughtly equal to the configuration file, but includes additional
changes made by other commands and due to parameters inheritance.", changes made by other commands and due to parameters inheritance.",
"support": [ "kea-dhcp4", "kea-dhcp6", "kea-ctrl-agent" ], "support": [ "kea-dhcp4", "kea-dhcp6", "kea-ctrl-agent" ],

View File

@@ -1,6 +1,6 @@
{ {
"name": "reservation-get", "name": "reservation-get",
"brief": "attempts to retrieve an existing host reservation", "brief": "Attempts to retrieve an existing host reservation",
"support": [ "kea-dhcp4", "kea-dhcp6" ], "support": [ "kea-dhcp4", "kea-dhcp6" ],
"hook": "host_cmds", "hook": "host_cmds",
"avail": "1.2.0", "avail": "1.2.0",