mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
Corrected typos
This commit is contained in:
@@ -96,7 +96,7 @@ public:
|
||||
/// because a particular client may have reservations in multiple subnets.
|
||||
///
|
||||
/// @param identifier_type Identifier type.
|
||||
/// @param identifier_begin Pointer to a begining of a buffer containing
|
||||
/// @param identifier_begin Pointer to a beginning of a buffer containing
|
||||
/// an identifier.
|
||||
/// @param identifier_len Identifier length.
|
||||
///
|
||||
@@ -119,7 +119,7 @@ public:
|
||||
/// @brief Returns a host connected to the IPv4 subnet.
|
||||
///
|
||||
/// Implementations of this method should guard against the case when
|
||||
/// mutliple instances of the @c Host are present, e.g. when two
|
||||
/// multiple instances of the @c Host are present, e.g. when two
|
||||
/// @c Host objects are found, one for the DUID, another one for the
|
||||
/// HW address. In such case, an implementation of this method
|
||||
/// should throw an MultipleRecords exception.
|
||||
@@ -138,7 +138,7 @@ public:
|
||||
///
|
||||
/// @param subnet_id Subnet identifier.
|
||||
/// @param identifier_type Identifier type.
|
||||
/// @param identifier_begin Pointer to a begining of a buffer containing
|
||||
/// @param identifier_begin Pointer to a beginning of a buffer containing
|
||||
/// an identifier.
|
||||
/// @param identifier_len Identifier length.
|
||||
///
|
||||
@@ -168,7 +168,7 @@ public:
|
||||
/// @brief Returns a host connected to the IPv6 subnet.
|
||||
///
|
||||
/// Implementations of this method should guard against the case when
|
||||
/// mutliple instances of the @c Host are present, e.g. when two
|
||||
/// multiple instances of the @c Host are present, e.g. when two
|
||||
/// @c Host objects are found, one for the DUID, another one for the
|
||||
/// HW address. In such case, an implementation of this method
|
||||
/// should throw an MultipleRecords exception.
|
||||
@@ -187,7 +187,7 @@ public:
|
||||
///
|
||||
/// @param subnet_id Subnet identifier.
|
||||
/// @param identifier_type Identifier type.
|
||||
/// @param identifier_begin Pointer to a begining of a buffer containing
|
||||
/// @param identifier_begin Pointer to a beginning of a buffer containing
|
||||
/// an identifier.
|
||||
/// @param identifier_len Identifier length.
|
||||
///
|
||||
@@ -221,7 +221,7 @@ public:
|
||||
/// The method will insert the given host and all of its children (v4
|
||||
/// options, v6 options, and v6 reservations) into the database. It
|
||||
/// relies on constraints defined as part of the PostgreSQL schema to
|
||||
/// defend against duplicate entries and to ensure referential
|
||||
/// defend against duplicate entries and to ensure referential
|
||||
/// integrity.
|
||||
///
|
||||
/// Violation of any of these constraints for a host will result in a
|
||||
@@ -232,7 +232,7 @@ public:
|
||||
/// -# DHCP ID, DHCP ID TYPE, and DHCP4_SUBNET_ID combination must be unique
|
||||
/// -# DHCP ID, DHCP ID TYPE, and DHCP6_SUBNET_ID combination must be unique
|
||||
///
|
||||
/// In addition, violating the following referential contraints will
|
||||
/// In addition, violating the following referential constraints will
|
||||
/// a DbOperationError exception:
|
||||
///
|
||||
/// -# DHCP ID TYPE must be defined in the HOST_IDENTIFIER_TYPE table
|
||||
|
Reference in New Issue
Block a user