mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 23:15:20 +00:00
[5208a] return comments updated
This commit is contained in:
@@ -257,7 +257,8 @@ public:
|
||||
///
|
||||
/// @param subnet_id subnet identfier.
|
||||
/// @param addr specified address.
|
||||
/// @return true if deletion was successful, false otherwise.
|
||||
/// @return true if deletion was successful, false if the host was not there.
|
||||
/// @throw various exceptions in case of errors
|
||||
virtual bool del(const SubnetID& subnet_id, const asiolink::IOAddress& addr);
|
||||
|
||||
/// @brief Attempts to delete a host by (subnet4-id, identifier type, identifier)
|
||||
@@ -266,7 +267,8 @@ public:
|
||||
///
|
||||
/// @param subnet_id subnet identfier.
|
||||
/// @param addr specified address.
|
||||
/// @return true if deletion was successful, false otherwise.
|
||||
/// @return true if deletion was successful, false if the host was not there.
|
||||
/// @throw various exceptions in case of errors
|
||||
virtual bool del4(const SubnetID& subnet_id,
|
||||
const Host::IdentifierType& identifier_type,
|
||||
const uint8_t* identifier_begin, const size_t identifier_len);
|
||||
@@ -277,7 +279,8 @@ public:
|
||||
///
|
||||
/// @param subnet_id subnet identfier.
|
||||
/// @param addr specified address.
|
||||
/// @return true if deletion was successful, false otherwise.
|
||||
/// @return true if deletion was successful, false if the host was not there.
|
||||
/// @throw various exceptions in case of errors
|
||||
virtual bool del6(const SubnetID& subnet_id,
|
||||
const Host::IdentifierType& identifier_type,
|
||||
const uint8_t* identifier_begin, const size_t identifier_len);
|
||||
|
Reference in New Issue
Block a user