From eb2117aa2b4fd40f30965dee02c59cd03479181b Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 9 Nov 2022 18:42:18 +0100 Subject: [PATCH] [#2630] IPv4 -> IPv6 --- src/lib/dhcpsrv/lease_mgr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. /// -- 2.47.3