From: Thomas Markwalder Date: Fri, 19 Jun 2020 13:22:04 +0000 (-0400) Subject: [#1235] Addressed review comments X-Git-Tag: Kea-1.7.9~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd60f845b2f5a8b1eda7e0d79735f830b1ac4861;p=thirdparty%2Fkea.git [#1235] Addressed review comments --- diff --git a/doc/sphinx/arm/hooks-lease-query.rst b/doc/sphinx/arm/hooks-lease-query.rst index 90506a7ea7..f0a4f04b83 100644 --- a/doc/sphinx/arm/hooks-lease-query.rst +++ b/doc/sphinx/arm/hooks-lease-query.rst @@ -141,6 +141,11 @@ addresses: ], : +.. note:: + + For security purposes, there is no way to specify wildcards. Each requester address + must be explicitly listed. + .. _lease-query-dhcpv6: DHCPv6 Leasequery @@ -175,8 +180,8 @@ attached to a DHCPV6_LEASEQUERY message. Briefly, .. note:: `RFC 5007, Section 3.3 `__ - states that querying by IP address should return either a leases (e.g. - binding) for the address itself or a lese for a delegated prefix that + states that querying by IP address should return either a lease (e.g. + binding) for the address itself or a lease for a delegated prefix that contains the address. The latter is not currently implemented. Leases for delegated prefixes may only be returned when querying by client ID. See `gitlab issue #1275 `__ @@ -276,7 +281,7 @@ The client-data option will encapsulate the following options: | | | - valid life time reduced by CLTT | | | | - preferred life time reduced by CLTT | +------------------------------+-------+-----------------------------------------------+ - | iaprefix | 5 | One option per matched prefix, fields in | + | iaprefix | 26 | One option per matched prefix, fields in | | | | each option: | | | | - prefix | | | | - prefix length | @@ -321,3 +326,8 @@ addresses: } ], : + +.. note:: + + For security purposes, there is no way to specify wildcards. Each requester address + must be explicitly listed.