summaryrefslogtreecommitdiffstats
path: root/doc/sphinx/arm
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2023-01-11 21:36:24 +0100
committerThomas Markwalder <tmark@isc.org>2023-01-12 17:53:10 +0100
commita3ef6fe477a7d3cb802bea374aa588871003f083 (patch)
treed17411907a64a5a69a7b1b52e16a9705f042302d /doc/sphinx/arm
parent[#2713] Addressed review comments (diff)
downloadkea-a3ef6fe477a7d3cb802bea374aa588871003f083.tar.xz
kea-a3ef6fe477a7d3cb802bea374aa588871003f083.zip
[#2713] Updated docuemnt comment
modified: ../../../doc/sphinx/arm/hooks-lease-query.rst
Diffstat (limited to 'doc/sphinx/arm')
-rw-r--r--doc/sphinx/arm/hooks-lease-query.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/sphinx/arm/hooks-lease-query.rst b/doc/sphinx/arm/hooks-lease-query.rst
index 7399e38646..90f9cdd6a7 100644
--- a/doc/sphinx/arm/hooks-lease-query.rst
+++ b/doc/sphinx/arm/hooks-lease-query.rst
@@ -351,11 +351,11 @@ not yet used by the hook library.
.. note::
- Kea attempts to map link address parameters to configured subnets.
- If a given address falls outside any known subnet the query will fail with
- a status code of STATUS_NotConfigured. Note further that only delegated
- prefixes that fall within the subnet will be returned in queries that
- include the link address parameter.
+ Kea attempts to map link address parameters to the prefixes of configured
+ subnets. If a given address falls outside any known subnet the query will
+ fail with a status code of STATUS_NotConfigured. Also note if the link
+ address paramter for queries by relay or remote id is not :: only delegated
+ prefixs that lie within the subnet will be returned.
.. note::
New query types are supported only with the memfile lease backend.