]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Add new file
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 3 Oct 2018 19:37:15 +0000 (15:37 -0400)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:57:13 +0000 (18:57 +0100)
doc/api/dhcp-disable.json [new file with mode: 0644]

diff --git a/doc/api/dhcp-disable.json b/doc/api/dhcp-disable.json
new file mode 100644 (file)
index 0000000..44b028c
--- /dev/null
@@ -0,0 +1,13 @@
+{
+    "name": "dhcp-disable",
+    "brief": "The dhcp-disable command globally disables the DHCP service.",
+    "description": "See <xref linkend=\"command-dhcp-disable\"/>",
+    "support": [ "kea-dhcp4", "kea-dhcp6" ],
+    "avail": "1.4.0",
+    "cmd-syntax": "{
+    \"command\": \"dhcp-disable\",
+    \"arguments\": {
+        \"max-period\": 20
+    }
+}",
+}
\ No newline at end of file