diff options
Diffstat (limited to 'doc/sphinx/arm/hooks-lease-cmds.rst')
-rw-r--r-- | doc/sphinx/arm/hooks-lease-cmds.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/arm/hooks-lease-cmds.rst b/doc/sphinx/arm/hooks-lease-cmds.rst index 84cded3640..ce45c9d78e 100644 --- a/doc/sphinx/arm/hooks-lease-cmds.rst +++ b/doc/sphinx/arm/hooks-lease-cmds.rst @@ -803,9 +803,9 @@ An example IPv4 lease deletion by ``"hw-address"`` is: } -Since Kea 1.7.10, a new parameter, ``update-ddns``, is supported (IPv4 and IPv6). -When ``true``, it instructs the server to queue a request to ``kea-dhcp-ddns`` to -remove DNS entries after the lease is successfully deleted if: +Another parameter called ``update-ddns``, when ``true``, instructs the server to +queue a request to ``kea-dhcp-ddns`` to remove DNS entries after the lease is +successfully deleted if: - DDNS updating is enabled (i.e. ``"dhcp-ddns":{ "enable-updates": true }``). - The lease's hostname is not empty. |