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

[#549] implement reservation-update

This commit is contained in:
Andrei Pavel
2023-04-05 14:48:26 +03:00
parent d1a6a0bd32
commit f9a24c2f60
10 changed files with 149 additions and 3 deletions

View File

@@ -451,6 +451,9 @@ public:
getAll6(const SubnetID& subnet_id,
const asiolink::IOAddress& address) const;
/// @brief Implements @ref BaseHostDataSource::update() for PostgreSQL.
void update(HostPtr const& host);
/// @brief Return backend type
///
/// Returns the type of database as the string "postgresql". This is