]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5468] Added warning about large responses to lease4-get-all.
authorMarcin Siodelski <marcin@isc.org>
Fri, 12 Jan 2018 19:08:49 +0000 (20:08 +0100)
committerMarcin Siodelski <marcin@isc.org>
Fri, 12 Jan 2018 19:08:49 +0000 (20:08 +0100)
doc/guide/hooks.xml

index df565914451ccc223bef355782f1a842cb391449..645f749a3cde614784517e72e20836074ff4cda9 100644 (file)
@@ -1724,6 +1724,16 @@ An example result returned when the host was found:
     "text": "2 IPv4 lease(s) found."
 }</screen>
           </para>
+
+          <warning>
+            <para>The <command>lease4-get-command</command> may result in very
+            large responses. This may have negative impact on the DHCP server
+            responsiveness while the response is generated and transmitted
+            over the control channel, as the server imposes no restriction
+            on the number of leases returned as a result of this command.
+            </para>
+          </warning>
+
         </section>
 
         <section>