]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2713] Updated docuemnt comment
authorThomas Markwalder <tmark@isc.org>
Wed, 11 Jan 2023 20:36:24 +0000 (15:36 -0500)
committerThomas Markwalder <tmark@isc.org>
Thu, 12 Jan 2023 16:53:10 +0000 (11:53 -0500)
modified:
    ../../../doc/sphinx/arm/hooks-lease-query.rst

doc/sphinx/arm/hooks-lease-query.rst

index 7399e38646d02d87e50f895c20ae7ed09a389c00..90f9cdd6a729ae9e8c130cd9ccb6cd04b9976d50 100644 (file)
@@ -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.