+1813. [func] tmark
+ A new parameter, ddns-update-on-renew, has been added to kea-dhcp4
+ and kea-dhcp6 configuration. When true, the server will always
+ update DNS when a lease is renewed even if the DNS information
+ for the lease has not changed. The prior, and now default, behavior
+ is for the server to only update DNS for a renewing lease if its
+ DNS information has changed.
+ (Gitlab #1385)
+
1812. [doc] andrei
Document how MAC addresses can be formatted for use as attributes
in RADIUS authentication
- ``ddns-replace-client-name"``
- ``ddns-generated-prefix``
- ``ddns-qualifying-suffix``
+ - ``ddns-update-on-renew``
- ``hostname-char-set``
- ``hostname-char-replacement``
| | | false for ddns-enable-updates |
+-----------------+--------------------+-------------------------------+
+Kea 1.9.1 added a new parameter, ``ddns-update-on-renew``. Normally, when
+leases are renewed the server will only update DNS if the DNS information
+for the lease (e.g. FQDN, DNS update direction flags) have changed. Setting
+``ddns-update-on-renew`` to true instructs the server to always update the
+DNS information when a lease is renewed even if its DNS information has not
+changed. This always Kea to "self-heal" in the event it was previously unable
+to add DNS entries or they were somehow lost by the DNS server.
+
+.. note::
+
+ Setting ``ddns-update-on-renew`` to true may impact performance, especially
+ for servers with numerous clients who renew often.
+
.. _dhcpv4-d2-io-config:
DHCP-DDNS Server Connectivity
- ``ddns-replace-client-name"``
- ``ddns-generated-prefix``
- ``ddns-qualifying-suffix``
+ - ``ddns-update-on-renew``
- ``hostname-char-set``
- ``hostname-char-replacement``
| | | false for ddns-enable-updates |
+-----------------+--------------------+-------------------------------+
+Kea 1.9.1 added a new parameter, ``ddns-update-on-renew``. Normally, when
+leases are renewed the server will only update DNS if the DNS information
+for the lease (e.g. FQDN, DNS update direction flags) have changed. Setting
+``ddns-update-on-renew`` to true instructs the server to always update the
+DNS information when a lease is renewed even if its DNS information has not
+changed. This always Kea to "self-heal" in the event it was previously unable
+to add DNS entries or they were somehow lost by the DNS server.
+
+.. note::
+
+ Setting ``ddns-update-on-renew`` to true may impact performance, especially
+ for servers with numerous clients who renew often.
+
.. _dhcpv6-d2-io-config:
DHCP-DDNS Server Connectivity