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:
@@ -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.
|
||||
///
|
||||
|
Reference in New Issue
Block a user