summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/ip_range.h
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2020-11-01 14:41:05 +0100
committerFrancis Dupont <fdupont@isc.org>2020-11-18 13:41:51 +0100
commit58f93cf19d361550247f2a327226bf318d2ae983 (patch)
tree7ad2d132a91126e2285229bf76388fd78106fbc4 /src/lib/dhcpsrv/ip_range.h
parent[#1492] explicit messages for missing headers (diff)
downloadkea-58f93cf19d361550247f2a327226bf318d2ae983.tar.xz
kea-58f93cf19d361550247f2a327226bf318d2ae983.zip
[#1516] Fixed doxygen
Diffstat (limited to 'src/lib/dhcpsrv/ip_range.h')
-rw-r--r--src/lib/dhcpsrv/ip_range.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dhcpsrv/ip_range.h b/src/lib/dhcpsrv/ip_range.h
index dd40fc1ecd..b511ca7b62 100644
--- a/src/lib/dhcpsrv/ip_range.h
+++ b/src/lib/dhcpsrv/ip_range.h
@@ -54,6 +54,7 @@ struct PrefixRange {
///
/// @param start beginning of the prefix range.
/// @param end end of the prefix range.
+ /// @param delegated delegated prefix length.
/// @throw BadValue if the values provided to the constructor are invalid,
/// e.g. it is not IPv6 prefix.
PrefixRange(const asiolink::IOAddress& start, const asiolink::IOAddress& end,