From: Tomek Mrugalski Date: Mon, 22 Jun 2015 14:17:54 +0000 (+0200) Subject: [3917] Missing Management API section added in DHCPv6 chapter. X-Git-Tag: trac3858a_base~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a012ca42dc0783ed23972bdb59d59aa6e7ad146d;p=thirdparty%2Fkea.git [3917] Missing Management API section added in DHCPv6 chapter. --- diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 38a0fac357..d111006351 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -2839,6 +2839,45 @@ should include options from the isc option space: +
+ Management API for the DHCPv6 server + + Management API has been introduced in Kea 0.9.2. It allows issuing specific + management commands, like statistics retrieval, reconfiguration or shutdown. + For more details, see . Currently the only + supported communication channel type is UNIX stream socket. By default there + are no sockets open. To instruct Kea to open a socket, the following entry + in the configuration file can be used: + +"Dhcp6": { + "control-socket": { + "socket-type": "unix", + "socket-name": "/path/to/the/unix/socket" + }, + + "subnet6": [ + ... + ], + ... +} + + + + + Communication over control channel is conducted using JSON structures. + See the Control Channel section in the Kea Developer's Guide for more details. + + + DHCPv4 server supports statistic-get, + statistic-reset, statistic-remove, + statistic-get-all, statistic-reset-all + and statistic-remove-all, specified in + . It also supports + list-commands and shutdown, + specified in and + , respectively. +
+
Supported DHCPv6 Standards The following standards are currently