2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#3831] Update ARM

modified:   ../../sphinx/arm/ddns.rst
modified:   ../../sphinx/arm/dhcp4-srv.rst
modified:   ../../sphinx/arm/dhcp6-srv.rst
This commit is contained in:
Thomas Markwalder
2025-05-16 09:39:55 -04:00
parent cc07755a2d
commit 6b721c4d3a
3 changed files with 31 additions and 0 deletions

View 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>`__

View 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

View 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