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:
committed by
Tomek Mrugalski
parent
a9d8c0b127
commit
d6f340928b
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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" ],
|
||||
"avail": "1.2.0",
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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
|
||||
changes made by other commands and due to parameters inheritance.",
|
||||
"support": [ "kea-dhcp4", "kea-dhcp6", "kea-ctrl-agent" ],
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "reservation-get",
|
||||
"brief": "attempts to retrieve an existing host reservation",
|
||||
"brief": "Attempts to retrieve an existing host reservation",
|
||||
"support": [ "kea-dhcp4", "kea-dhcp6" ],
|
||||
"hook": "host_cmds",
|
||||
"avail": "1.2.0",
|
||||
|
Reference in New Issue
Block a user