From: Marcin Siodelski Date: Thu, 28 Jun 2018 12:23:16 +0000 (+0200) Subject: [5651] Updated a comment in the lease_cmds. X-Git-Tag: trac5694_base~5^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6152f7bd364f047b5ff814e002d4297385f20099;p=thirdparty%2Fkea.git [5651] Updated a comment in the lease_cmds. As a result of the review. --- diff --git a/src/hooks/dhcp/lease_cmds/lease_cmds.cc b/src/hooks/dhcp/lease_cmds/lease_cmds.cc index 4d24546df9..59face144b 100644 --- a/src/hooks/dhcp/lease_cmds/lease_cmds.cc +++ b/src/hooks/dhcp/lease_cmds/lease_cmds.cc @@ -146,13 +146,13 @@ public: /// @brief lease4-get-page, lease6-get-page commands handler /// - /// These commands attempt to retrieve 1 page of all IPv4 or IPv6 - /// leases. The size of the page is specified by the caller. The - /// caller also specifies the last address returned in the previous - /// page. The new page starts from the first address following the - /// address specified by the caller. If the first page should be - /// returned the IPv4 zero address, IPv6 zero address or the keyword - /// "begin" should be provided instead of the last address. + /// These commands attempt to retrieve 1 page of leases. The maximum size + /// of the page is specified by the caller. The caller also specifies + /// the last address returned in the previous page. The new page + /// starts from the first address following the address specified by + /// the caller. If the first page should be returned the IPv4 + /// zero address, IPv6 zero address or the keyword "start" should + /// be provided instead of the last address. /// /// @param handle Callout context - which is expected to contain the /// get commands JSON text in the "command" argument.