]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#71,!314] Corrected response to remote-option[46]-global-set in docs.
authorMarcin Siodelski <marcin@isc.org>
Mon, 27 May 2019 10:02:07 +0000 (12:02 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 27 May 2019 13:23:50 +0000 (15:23 +0200)
doc/api/remote-option4-global-set.json
doc/api/remote-option6-global-set.json

index b6bd76a35bb511602a9dddb3cfc3bbf4405d7094..072b0f702233a8c14be0c39886bb131a1fd6ee35 100644 (file)
     "cmd-comment": "The provided list must cotain exactly one option specification.",
     "resp-syntax": "{
     \"result\": 0,
-    \"text\": \"DHCPv4 option set.\"
+    \"text\": \"DHCPv4 option set.\",
+    \"arguments\": {
+        \"options\": [
+            {
+                \"code\": <option code>,
+                \"space\": <option space>
+            }
+        ]
+    }
 }"
 }
index e44745119c9d52ba453d3358e483e74e48e53b8f..c13e51a454fc9e00dba0925c578ecb0fab9840cf 100644 (file)
     "cmd-comment": "The provided list must cotain exactly one option specification.",
     "resp-syntax": "{
     \"result\": 0,
-    \"text\": \"DHCPv6 option set.\"
+    \"text\": \"DHCPv6 option set.\",
+    \"arguments\": {
+        \"options\": [
+            {
+                \"code\": <option code>,
+                \"space\": <option space>
+            }
+        ]
+    }
 }"
 }