2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

[#2795] extend impl of BaseHostDataSource::getAll6

This commit is contained in:
Piotrek Zadroga
2023-06-20 10:54:38 +02:00
parent 71929865c3
commit d00b966b6b
4 changed files with 132 additions and 0 deletions

View File

@@ -451,6 +451,8 @@ public:
getAll6(const SubnetID& subnet_id,
const asiolink::IOAddress& address) const;
virtual ConstHostCollection getAll6(const asiolink::IOAddress& address) const;
/// @brief Implements @ref BaseHostDataSource::update() for PostgreSQL.
///
/// Attempts to update an existing host entry.