From: Francis Dupont Date: Wed, 9 Nov 2022 17:42:18 +0000 (+0100) Subject: [#2630] IPv4 -> IPv6 X-Git-Tag: Kea-2.3.3~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb2117aa2b4fd40f30965dee02c59cd03479181b;p=thirdparty%2Fkea.git [#2630] IPv4 -> IPv6 --- diff --git a/src/lib/dhcpsrv/lease_mgr.h b/src/lib/dhcpsrv/lease_mgr.h index 9ed82c631a..83c8c4d93e 100644 --- a/src/lib/dhcpsrv/lease_mgr.h +++ b/src/lib/dhcpsrv/lease_mgr.h @@ -898,7 +898,7 @@ public: /// @param relay_id DUID for relay_id of interest. /// @param link_addr limit results to leases on this link (prefix). /// @param link_len limit results to leases on this link (length). - /// @param lower_bound_address IPv4 address used as lower bound for the + /// @param lower_bound_address IPv6 address used as lower bound for the /// returned range. /// @param page_size maximum size of the page returned. /// @@ -915,7 +915,7 @@ public: /// @param remote_id remote-id option data of interest. /// @param link_addr limit results to leases on this link (prefix). /// @param link_len limit results to leases on this link (length). - /// @param lower_bound_address IPv4 address used as lower bound for the + /// @param lower_bound_address IPv6 address used as lower bound for the /// returned range. /// @param page_size maximum size of the page returned. /// @@ -931,7 +931,7 @@ public: /// /// @param link_addr limit results to leases on this link (prefix). /// @param link_len limit results to leases on this link (length). - /// @param lower_bound_address IPv4 address used as lower bound for the + /// @param lower_bound_address IPv6 address used as lower bound for the /// returned range. /// @param page_size maximum size of the page returned. ///