]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2630] IPv4 -> IPv6
authorFrancis Dupont <fdupont@isc.org>
Wed, 9 Nov 2022 17:42:18 +0000 (18:42 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 10 Nov 2022 21:19:22 +0000 (22:19 +0100)
src/lib/dhcpsrv/lease_mgr.h

index 9ed82c631a90e1a4b3234042f8dc909465d2fcbb..83c8c4d93ea2f16acb015ccc0445e503cf5afac2 100644 (file)
@@ -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.
     ///