From: Marcin Siodelski Date: Fri, 12 Jan 2018 19:08:49 +0000 (+0100) Subject: [5468] Added warning about large responses to lease4-get-all. X-Git-Tag: trac5469_base~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fe67227a8b2452118e09f30c7069acee72ec3384;p=thirdparty%2Fkea.git [5468] Added warning about large responses to lease4-get-all. --- diff --git a/doc/guide/hooks.xml b/doc/guide/hooks.xml index df56591445..645f749a3c 100644 --- a/doc/guide/hooks.xml +++ b/doc/guide/hooks.xml @@ -1724,6 +1724,16 @@ An example result returned when the host was found: "text": "2 IPv4 lease(s) found." } + + + The lease4-get-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. + + +