]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#810,!471] Compilation fixes in the API files
authorTomek Mrugalski <tomasz@isc.org>
Fri, 16 Aug 2019 17:10:56 +0000 (19:10 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Fri, 16 Aug 2019 17:11:03 +0000 (19:11 +0200)
doc/sphinx/api/cache-get-by-id.json
doc/sphinx/api/cache-insert.json
doc/sphinx/api/cache-remove.json
doc/sphinx/api/class-add.json
doc/sphinx/api/ha-scopes.json
doc/sphinx/api/remote-option6-global-get.json
doc/sphinx/api/reservation-get-all.json

index 14c0b454abff9cb15a34676aed7c5a8874d7f91e..ef6bf34c80c0e5a980f9ea73f1899e6d465a2c53 100644 (file)
@@ -8,7 +8,7 @@
         "    \"command\": \"cache-get-by-id\",",
         "    \"arguments\": {",
         "        \"hw-address\": \"01:02:03:04:05:06\"",
-        "    }"
+        "    }",
         "}"
     ],
     "hook": "host_cache",
index 2cf5db5d477b9ead8c29907098f5817864c25da0..cdcfe6a25fa6b85eccd82e2d30fccd101c6691fe 100644 (file)
@@ -1,7 +1,7 @@
 {
     "avail": "1.4.0",
     "brief": [
-        "This command manually inserts a host into the cache."
+        "This command inserts a host into the cache."
     ],
     "cmd-syntax": [
         "{",
index b824647f05580fe74a8b98a25cf923e68fafcbd4..697b94f59a248edabc9a72738ad445d8bffed115 100644 (file)
@@ -1,7 +1,7 @@
 {
     "avail": "1.4.0",
     "brief": [
-        "This command works similarly to the ``reservation-get`` command."
+        "This command removes entries from the host cache. It takes parameters similar to the ``reservation-get`` command."
     ],
     "cmd-syntax": [
         "{",
index 7e7ec01a291298154ffea26049b4a67e89bcbd37..1760ebd1dd751ac14c1abb9085e291e2d914a72d 100644 (file)
@@ -1,7 +1,7 @@
 {
     "avail": "1.5.0",
     "brief": [
-        "This command creates and adds a new class to the existing server configuration."
+        "This command adds a new class to the existing server configuration."
     ],
     "cmd-comment": [
         "The ``next-server``, ``server-hostname``, and ``boot-file-name`` are DHCPv4-specific. Only one client class can be added with a single command. "
index 54f8300bb935ca9a18adde702ac48a454d426479..28c815afa7e217d5eb936a75e09a1cc8716da064 100644 (file)
@@ -12,7 +12,7 @@
         "    \"service\": [ <service, typically 'dhcp4' or 'dhcp6'> ],",
         "    \"arguments\": {",
         "        \"scopes\": [ \"HA_server1\", \"HA_server2\" ]",
-        "    }"
+        "    }",
         "}"
     ],
     "description": "See <xref linkend=\"command-ha-scopes\"/>",
index c790a43f7f12c26a62f857cabd3a4fdaea7164b0..ff05da98cbfbe9530d8f142094ebadbc6e88b967 100644 (file)
@@ -20,7 +20,7 @@
         "            <specification of the database to connect to>",
         "        },",
         "        \"server-tags\": [ <single server tag as string> ]",
-        "    }"
+        "    }",
         "}"
     ],
     "hook": "cb_cmds",
index 6f5094b41f3e8943a81fab70e529beb32784a2b2..15b8092021643d79b259ae1cd2f28105af4dd98e 100644 (file)
@@ -8,7 +8,7 @@
         "    \"command\": \"reservation-get-all\",",
         "    \"arguments\": {",
         "        \"subnet-id\": <integer>",
-        "    }"
+        "    }",
         "}"
     ],
     "hook": "host_cmds",