2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#3098] Updated ARM regarding DDNS params

modified:   arm/dhcp4-srv.rst
modified:   arm/dhcp6-srv.rst

modified:   arm/hooks.rst - removed // comment
from JSON block
This commit is contained in:
Thomas Markwalder
2024-04-05 13:44:38 -04:00
parent c442668592
commit f30eac0911
2 changed files with 19 additions and 0 deletions

View File

@@ -3490,6 +3490,16 @@ DDNS-related parameters are split into two groups:
what has occurred. Specifying these values within ``dhcp-ddns`` is
deprecated and support for it will be removed.
.. note::
Behavioral parameters that affect the FQDN are in-effect even in
if both ``enable-updates`` and ``ddns-send-updates`` are false. They
behave this way to support environments in which clients are responsible
for their own DNS updates. This applies to ``ddns-replace-client-name"``,
``ddns-generated-prefix``, ``ddns-qualifying-suffix``, ``hostname-char-set``,
and ``hostname-char-replacement``.
The default configuration and values would appear as follows:
::

View File

@@ -3237,6 +3237,15 @@ DDNS-related parameters are split into two groups:
what has occurred. Specifying these values within ``dhcp-ddns`` is
deprecated and support for it will be removed.
.. note::
Behavioral parameters that affect the FQDN are in-effect even in
if both ``enable-updates`` and ``ddns-send-updates`` are false. They
behave this way to support environments in which clients are responsible
for their own DNS updates. This applies to ``ddns-replace-client-name"``,
``ddns-generated-prefix``, ``ddns-qualifying-suffix``, ``hostname-char-set``,
and ``hostname-char-replacement``.
The default configuration and values would appear as follows:
::