]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2746] Addressed comments
authorFrancis Dupont <fdupont@isc.org>
Wed, 8 Feb 2023 15:35:31 +0000 (16:35 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 13 Feb 2023 21:38:22 +0000 (22:38 +0100)
doc/sphinx/arm/hooks-lease-query.rst

index 4bd7756ace34df0e6d00df7a8fadac269f67baed..957d5c300d018828cb8b9bb2b8def4ef0fcf6ac9 100644 (file)
@@ -368,39 +368,40 @@ New options are defined for Bulk Leasequery:
 
 - status-code (151)
 
-    This option in replies carries a status code as MalformedQuery
-    or NotAllowed with an optional text message.
+    This reply option carries a status code such as MalformedQuery or
+    NotAllowed with an optional text message.
 
 - base-time (152)
 
-    This option in replies carries the absolute current time the
-    response was created. All other time-based options in the reply
-    are related to it.a
+    This reply option carries the absolute current time the response
+    was created. All other time-based reply options are related to
+    this value.
 
 - start-time-of-state (153)
 
-    The option in replies carries the time of the lease transition into its
+    The reply option carries the time of the lease transition into its
     current state.
 
 - query-start-time (154)
 
-    The option in queries specifies a start query time: all leases older
-    won't be returned in replies.
+    The query option specifies a start query time: replies will only
+    contain leases that are older than this value.
 
 - query-end-time (155)
 
-    The option in queries specifies a end query time: all leases younger
-    won't be returned in replies.
+    The query option specifies an end query time: replies will only
+    contain leases that are younger than this value.
 
 - dhcp-state (156)
 
-    This option in replies carries the lease state.
+    This reply option carries the lease state.
 
 - data-source (157)
 
-    This option in replies carries the source of the data as a remote flag.
+    This reply option carries the source of the data as a remote flag.
 
-RFC 6926 reuses and extends the Virtual Subnet Selection option (221).
+RFC 6926 reuses and extends the Virtual Subnet Selection option (221)
+defined in RFC 6607.
 
 .. note::