]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3831] Update ARM
authorThomas Markwalder <tmark@isc.org>
Fri, 16 May 2025 13:39:55 +0000 (09:39 -0400)
committerThomas Markwalder <tmark@isc.org>
Mon, 19 May 2025 12:12:55 +0000 (12:12 +0000)
modified:   ../../sphinx/arm/ddns.rst
modified:   ../../sphinx/arm/dhcp4-srv.rst
modified:   ../../sphinx/arm/dhcp6-srv.rst

doc/sphinx/arm/ddns.rst
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst

index 89217fd750558e5a7a244235515e78a01004f5f1..129082c296721d50425fe1319feac839c2352134 100644 (file)
@@ -324,6 +324,17 @@ values are 107 on Linux and 103 on FreeBSD.
 
 Kea supports only one ``unix`` control socket in the "control-sockets" list.
 
+.. note::
+
+    As of Kea 2.7.9, control sockets may reside in the directory
+    determined during compilation as ``"[kea-install-dir]/var/run/kea"``. This
+    path may be overridden at startup by setting the environment variable
+    ``KEA_CONTROL_SOCKET_DIR`` to the desired path.  If a path other than
+    this value is used in ``socket-name``, Kea will emit an error and refuse to
+    start or, if already running, log an unrecoverable error.  For ease of use in
+    simply omit the path component from ``socket-name``.
+
+
 Communication over the control channel is conducted using JSON structures.
 See the `Control Channel section in the Kea Developer's
 Guide <https://reports.kea.isc.org/dev_guide/d2/d96/ctrlSocket.html>`__
index aa7f2a62a1575a3341a94a2fdd1adef1e293ce43..fcb071dab7f1bb3f1ea078c324360fe61b7b7bf6 100644 (file)
@@ -7836,6 +7836,16 @@ values are 107 on Linux and 103 on FreeBSD.
 
 Kea supports only one ``unix`` control socket in the "control-sockets" list.
 
+.. note::
+
+    As of Kea 2.7.9, control sockets may reside in the directory
+    determined during compilation as ``"[kea-install-dir]/var/run/kea"``. This
+    path may be overridden at startup by setting the environment variable
+    ``KEA_CONTROL_SOCKET_DIR`` to the desired path.  If a path other than
+    this value is used in ``socket-name``, Kea will emit an error and refuse to
+    start or, if already running, log an unrecoverable error.  For ease of use in
+    simply omit the path component from ``socket-name``.
+
 Communication over the control channel is conducted using JSON
 structures. See the
 `Control Channel section in the Kea Developer's Guide
index b5a5aa8fe46322bd0b9cca97df1fa33e80a5556d..188cd97bfa0584ce20d9cd9737aaf8581e9550f9 100644 (file)
@@ -7742,6 +7742,16 @@ values are 107 on Linux and 103 on FreeBSD.
 
 Kea supports only one ``unix`` control socket in the "control-sockets" list.
 
+.. note::
+
+    As of Kea 2.7.9, control sockets may reside in the directory
+    determined during compilation as ``"[kea-install-dir]/var/run/kea"``. This
+    path may be overridden at startup by setting the environment variable
+    ``KEA_CONTROL_SOCKET_DIR`` to the desired path.  If a path other than
+    this value is used in ``socket-name``, Kea will emit an error and refuse to
+    start or, if already running, log an unrecoverable error.  For ease of use in
+    simply omit the path component from ``socket-name``.
+
 Communication over the control channel is conducted using JSON
 structures. See the
 `Control Channel section in the Kea Developer's Guide