]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3918] Documentation updated.
authorTomek Mrugalski <tomasz@isc.org>
Tue, 23 Jun 2015 18:18:37 +0000 (20:18 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 23 Jun 2015 18:18:37 +0000 (20:18 +0200)
doc/guide/dhcp4-srv.xml
doc/guide/dhcp6-srv.xml

index d38bebe38d8f812aea5696120003c5120b4fff21..d91b99c584b7495fcf302ea33c9c8007c939e7cd 100644 (file)
@@ -2875,6 +2875,14 @@ temporarily override a list of interface names and listen on all interfaces.
 </screen>
       </para>
 
+      <para>
+        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.
+      </para>
+
       <para>
         Communication over control channel is conducted using JSON structures.
         See the Control Channel section in the Kea Developer's Guide for more details.
index 113da5e3e4a53f289f1580e3a3ac08f0ed273c3d..a5237ca3f7d745d8bce6e26ba3496e33b429f068 100644 (file)
@@ -2863,6 +2863,14 @@ should include options from the isc option space:
 </screen>
       </para>
 
+      <para>
+        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.
+      </para>
+
       <para>
         Communication over control channel is conducted using JSON structures.
         See the Control Channel section in the Kea Developer's Guide for more details.