From: Tomek Mrugalski Date: Tue, 23 Jun 2015 18:18:37 +0000 (+0200) Subject: [3918] Documentation updated. X-Git-Tag: trac3922_base~1^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24d05f97849e0f60abefe5aed3e0ad671ea24a5f;p=thirdparty%2Fkea.git [3918] Documentation updated. --- diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index d38bebe38d..d91b99c584 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -2875,6 +2875,14 @@ temporarily override a list of interface names and listen on all interfaces. + + The total path is limited to the size of sun_path field of the + sockaddr_un structure of your system, decreased by one. That's 107 bytes + on Linux and 103 bytes on FreeBSD. Other systems are expected to have + similar limitations. Please check documentation of your operating system + for details. In case of failure, please specify shorter path. + + Communication over control channel is conducted using JSON structures. See the Control Channel section in the Kea Developer's Guide for more details. diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 113da5e3e4..a5237ca3f7 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -2863,6 +2863,14 @@ should include options from the isc option space: + + The total path is limited to the size of sun_path field of the + sockaddr_un structure of your system, decreased by one. That's 107 bytes + on Linux and 103 bytes on FreeBSD. Other systems are expected to have + similar limitations. Please check documentation of your operating system + for details. In case of failure, please specify shorter path. + + Communication over control channel is conducted using JSON structures. See the Control Channel section in the Kea Developer's Guide for more details.