2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[313-return-a-list-of-all-reservations-by-subnet-id] Finished the getAll[46] implementation

This commit is contained in:
Francis Dupont
2019-01-13 11:40:20 +01:00
parent 2a5750c931
commit 55e2828cf2
18 changed files with 625 additions and 36 deletions

View File

@@ -167,7 +167,7 @@ public:
///
/// @return Collection of const @ref Host objects.
virtual ConstHostCollection
getAll4(const SubnetID& subnet_id) const override;
getAll4(const SubnetID& subnet_id) const;
/// @brief Return all hosts in a DHCPv6 subnet.
///
@@ -178,7 +178,7 @@ public:
///
/// @return Collection of const @ref Host objects.
virtual ConstHostCollection
getAll6(const SubnetID& subnet_id) const override;
getAll6(const SubnetID& subnet_id) const;
/// @brief Returns a collection of hosts using the specified IPv4 address.
///