From 93a4498dac91e73bb54069d3804162d548297881 Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Wed, 3 Oct 2018 15:37:15 -0400 Subject: [PATCH] Add new file --- doc/api/dhcp-disable.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/api/dhcp-disable.json diff --git a/doc/api/dhcp-disable.json b/doc/api/dhcp-disable.json new file mode 100644 index 0000000000..44b028cf3c --- /dev/null +++ b/doc/api/dhcp-disable.json @@ -0,0 +1,13 @@ +{ + "name": "dhcp-disable", + "brief": "The dhcp-disable command globally disables the DHCP service.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.4.0", + "cmd-syntax": "{ + \"command\": \"dhcp-disable\", + \"arguments\": { + \"max-period\": 20 + } +}", +} \ No newline at end of file -- 2.47.2