summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/lease.h
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2018-12-04 09:48:28 +0100
committerMarcin Siodelski <marcin@isc.org>2018-12-04 09:48:28 +0100
commit0a42706dce3464b8915fcf1386105b53f1a616c7 (patch)
treed45ee3322fa560a803b292854bc4b7d25b219b34 /src/lib/dhcpsrv/lease.h
parent[#86,!152] Client FQDN option converts all names to lower case. (diff)
downloadkea-0a42706dce3464b8915fcf1386105b53f1a616c7.tar.xz
kea-0a42706dce3464b8915fcf1386105b53f1a616c7.zip
[#86,!152] DHCPv4 server performs case insensitive comparison of FQDN.
Diffstat (limited to 'src/lib/dhcpsrv/lease.h')
-rw-r--r--src/lib/dhcpsrv/lease.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dhcpsrv/lease.h b/src/lib/dhcpsrv/lease.h
index c42cfc9a9e..fbac2cf35c 100644
--- a/src/lib/dhcpsrv/lease.h
+++ b/src/lib/dhcpsrv/lease.h
@@ -188,6 +188,8 @@ struct Lease : public isc::data::UserContext, public isc::data::CfgToElement {
/// @brief Returns true if the other lease has equal FQDN data.
///
+ /// The comparison of the hostname is case insensitive.
+ ///
/// @param other Lease which FQDN data is to be compared with our lease.
///
/// @return Boolean value which indicates whether FQDN data of the other