diff options
author | Marcin Siodelski <marcin@isc.org> | 2018-06-28 14:23:16 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2018-06-28 14:23:16 +0200 |
commit | 6152f7bd364f047b5ff814e002d4297385f20099 (patch) | |
tree | aa6ae921f6974683cf5811e194c0a4837a380324 /src | |
parent | [5651] Renamed count to limit for leaseX-get-page command. (diff) | |
download | kea-6152f7bd364f047b5ff814e002d4297385f20099.tar.xz kea-6152f7bd364f047b5ff814e002d4297385f20099.zip |
[5651] Updated a comment in the lease_cmds.
As a result of the review.
Diffstat (limited to 'src')
-rw-r--r-- | src/hooks/dhcp/lease_cmds/lease_cmds.cc | 14 |
1 files changed, 7 insertions, 7 deletions
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. |