.. note::
- As of Kea 2.6.3, the lease files (DHCPv4 and DHCPv6) and duid file (DHCPv6 only)
+ As of Kea 2.4.2, the lease files (DHCPv4 and DHCPv6) and duid file (DHCPv6 only)
may only be loaded from the directory determined at compilation:
``"[kea-install-dir]/var/lib/kea"``.
This path may be overridden at startup by setting the environment variable
.. note::
- As of Kea 2.6.3, control sockets may only reside in the directory
+ As of Kea 2.4.2, control sockets may only reside in the directory
determined during compilation as ``"[kea-install-dir]/var/run/kea"``,
which must also have ``0750`` access rights. This path may be overridden
at startup by setting the environment variable ``KEA_CONTROL_SOCKET_DIR``
.. note::
- As of Kea 2.6.3, the config file may only be written (using the
+ As of Kea 2.4.2, the config file may only be written (using the
``config-write`` command) to the same directory as the config file used
when starting Kea (passed as a ``-c`` argument).
.. note::
- As of Kea 2.7.9, log files may only be written to the output directory
+ As of Kea 2.4.2, log files may only be written to the output directory
determined during compilation as: ``"[kea-install-dir]/var/log/kea"``. This
path may be overridden at startup by setting the environment variable
``KEA_LOG_FILE_DIR`` to the desired path. If a path other than
.. note:
- As of Kea 2.6.3, hook libraries may only be loaded from the default installation
+ As of Kea 2.4.2, hook libraries may only be loaded from the default installation
directory determined during compilation and shown in the config report as
"Hooks directory". This value may be overridden at startup by setting the
environment variable ``KEA_HOOKS_PATH`` to the desired path. If a path other