Kea 2.7.5
|
#include <host_mgr.h>
Public Member Functions | |
virtual void | add (const HostPtr &host) |
The HostMgr::add compatible with BaseHostDataSource interfaces. | |
void | add (const HostPtr &host, const HostMgrOperationTarget target) |
Adds a new host to the alternate data source. | |
virtual bool | del (const SubnetID &subnet_id, const asiolink::IOAddress &addr) |
The HostMgr::del compatible with BaseHostDataSource interfaces. | |
bool | del (const SubnetID &subnet_id, const asiolink::IOAddress &addr, const HostMgrOperationTarget target) |
Attempts to delete hosts by address. | |
virtual bool | del4 (const SubnetID &subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len) |
The HostMgr::del4 compatible with BaseHostDataSource interfaces. | |
bool | del4 (const SubnetID &subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len, const HostMgrOperationTarget target) |
Attempts to delete a host by (subnet4-id, identifier, identifier-type, operation-target) | |
virtual bool | del6 (const SubnetID &subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len) |
The HostMgr::del6 compatible with BaseHostDataSource interfaces. | |
bool | del6 (const SubnetID &subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len, const HostMgrOperationTarget target) |
Attempts to delete a host by (subnet6-id, identifier, identifier-type, operation-target) | |
virtual ConstHostPtr | get4 (const SubnetID &subnet_id, const asiolink::IOAddress &address) const |
The HostMgr::get4 compatible with BaseHostDataSource interfaces. | |
ConstHostPtr | get4 (const SubnetID &subnet_id, const asiolink::IOAddress &address, const HostMgrOperationTarget target) const |
Returns a host connected to the IPv4 subnet and having a reservation for a specified IPv4 address. | |
virtual ConstHostPtr | get4 (const SubnetID &subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len) const |
The HostMgr::get4 compatible with BaseHostDataSource interfaces. | |
ConstHostPtr | get4 (const SubnetID &subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len, const HostMgrOperationTarget target) const |
Returns a host connected to the IPv4 subnet. | |
virtual ConstHostPtr | get4Any (const SubnetID &subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len) const |
The HostMgr::get4Any compatible with BaseHostDataSource interfaces. | |
ConstHostPtr | get4Any (const SubnetID &subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len, const HostMgrOperationTarget target) const |
Returns any host connected to the IPv4 subnet. | |
virtual ConstHostPtr | get6 (const asiolink::IOAddress &prefix, const uint8_t prefix_len) const |
The HostMgr::get6 compatible with BaseHostDataSource interfaces. | |
ConstHostPtr | get6 (const asiolink::IOAddress &prefix, const uint8_t prefix_len, const HostMgrOperationTarget target) const |
Returns a host using the specified IPv6 prefix. | |
virtual ConstHostPtr | get6 (const SubnetID &subnet_id, const asiolink::IOAddress &addr) const |
The HostMgr::get6 compatible with BaseHostDataSource interfaces. | |
ConstHostPtr | get6 (const SubnetID &subnet_id, const asiolink::IOAddress &addr, const HostMgrOperationTarget target) const |
Returns a host from specific subnet and reserved address. | |
virtual ConstHostPtr | get6 (const SubnetID &subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len) const |
The HostMgr::get6 compatible with BaseHostDataSource interfaces. | |
ConstHostPtr | get6 (const SubnetID &subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len, const HostMgrOperationTarget target) const |
Returns a host connected to the IPv6 subnet. | |
virtual ConstHostPtr | get6Any (const SubnetID &subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len) const |
The HostMgr::get6Any compatible with BaseHostDataSource interfaces. | |
ConstHostPtr | get6Any (const SubnetID &subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len, const HostMgrOperationTarget target) const |
Returns any host connected to the IPv6 subnet. | |
virtual ConstHostCollection | getAll (const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len) const |
The HostMgr::getAll compatible with BaseHostDataSource interfaces. | |
ConstHostCollection | getAll (const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len, const HostMgrOperationTarget target) const |
Return all hosts connected to any subnet for which reservations have been made using a specified identifier. | |
virtual ConstHostCollection | getAll4 (const asiolink::IOAddress &address) const |
The HostMgr::getAll4 compatible with BaseHostDataSource interfaces. | |
ConstHostCollection | getAll4 (const asiolink::IOAddress &address, const HostMgrOperationTarget target) const |
Returns a collection of hosts using the specified IPv4 address. | |
virtual ConstHostCollection | getAll4 (const SubnetID &subnet_id) const |
The HostMgr::getAll4 compatible with BaseHostDataSource interfaces. | |
virtual ConstHostCollection | getAll4 (const SubnetID &subnet_id, const asiolink::IOAddress &address) const |
The HostMgr::getAll4 compatible with BaseHostDataSource interfaces. | |
ConstHostCollection | getAll4 (const SubnetID &subnet_id, const asiolink::IOAddress &address, const HostMgrOperationTarget target) const |
Returns all hosts connected to the IPv4 subnet and having a reservation for a specified address. | |
ConstHostCollection | getAll4 (const SubnetID &subnet_id, const HostMgrOperationTarget target) const |
Return all hosts in a DHCPv4 subnet. | |
virtual ConstHostCollection | getAll6 (const asiolink::IOAddress &address) const |
The HostMgr::getAll6 compatible with BaseHostDataSource interfaces. | |
ConstHostCollection | getAll6 (const asiolink::IOAddress &address, const HostMgrOperationTarget target) const |
Returns a collection of hosts using the specified IPv6 address/prefix. | |
virtual ConstHostCollection | getAll6 (const SubnetID &subnet_id) const |
The HostMgr::getAll6 compatible with BaseHostDataSource interfaces. | |
virtual ConstHostCollection | getAll6 (const SubnetID &subnet_id, const asiolink::IOAddress &address) const |
The HostMgr::getAll6 compatible with BaseHostDataSource interfaces. | |
ConstHostCollection | getAll6 (const SubnetID &subnet_id, const asiolink::IOAddress &address, const HostMgrOperationTarget target) const |
Returns all hosts connected to the IPv6 subnet and having a reservation for a specified address or delegated prefix (lease). | |
ConstHostCollection | getAll6 (const SubnetID &subnet_id, const HostMgrOperationTarget target) const |
Return all hosts in a DHCPv6 subnet. | |
virtual ConstHostCollection | getAllbyHostname (const std::string &hostname) const |
The HostMgr::getAllbyHostname compatible with BaseHostDataSource interfaces. | |
ConstHostCollection | getAllbyHostname (const std::string &hostname, const HostMgrOperationTarget target) const |
Return all hosts with a hostname. | |
virtual ConstHostCollection | getAllbyHostname4 (const std::string &hostname, const SubnetID &subnet_id) const |
The HostMgr::getAllbyHostname4 compatible with BaseHostDataSource interfaces. | |
ConstHostCollection | getAllbyHostname4 (const std::string &hostname, const SubnetID &subnet_id, const HostMgrOperationTarget target) const |
Return all hosts with a hostname in a DHCPv4 subnet. | |
virtual ConstHostCollection | getAllbyHostname6 (const std::string &hostname, const SubnetID &subnet_id) const |
The HostMgr::getAllbyHostname6 compatible with BaseHostDataSource interfaces. | |
ConstHostCollection | getAllbyHostname6 (const std::string &hostname, const SubnetID &subnet_id, const HostMgrOperationTarget target) const |
Return all hosts with a hostname in a DHCPv6 subnet. | |
bool | getDisableSingleQuery () const |
Returns the disable single query flag. | |
HostDataSourcePtr | getHostDataSource () const |
Returns the first host data source. | |
HostDataSourceList & | getHostDataSourceList () |
Returns the host data source list. | |
bool | getIPReservationsUnique () const |
Returns the boolean flag indicating if the IP reservations must be unique or can be non-unique. | |
bool | getNegativeCaching () const |
Returns the negative caching flag. | |
virtual ConstHostCollection | getPage4 (const SubnetID &subnet_id, size_t &source_index, uint64_t lower_host_id, const HostPageSize &page_size) const |
Returns range of hosts in a DHCPv4 subnet. | |
virtual ConstHostCollection | getPage4 (size_t &source_index, uint64_t lower_host_id, const HostPageSize &page_size) const |
Returns range of hosts. | |
virtual ConstHostCollection | getPage6 (const SubnetID &subnet_id, size_t &source_index, uint64_t lower_host_id, const HostPageSize &page_size) const |
Returns range of hosts in a DHCPv6 subnet. | |
virtual ConstHostCollection | getPage6 (size_t &source_index, uint64_t lower_host_id, const HostPageSize &page_size) const |
Returns range of hosts. | |
virtual std::string | getType () const |
Return backend type. | |
void | setDisableSingleQuery (bool disable_single_query) |
Sets the disable single query flag. | |
virtual bool | setIPReservationsUnique (const bool unique) |
Controls whether IP reservations are unique or non-unique. | |
void | setNegativeCaching (bool negative_caching) |
Sets the negative caching flag. | |
void | update (HostPtr const &host) |
The HostMgr::update with default operation target. | |
void | update (HostPtr const &host, const HostMgrOperationTarget target) |
Implements BaseHostDataSource::update() for alternate sources. | |
Public Member Functions inherited from isc::dhcp::BaseHostDataSource | |
virtual | ~BaseHostDataSource () |
Default destructor implementation. | |
virtual void | commit () |
Commit Transactions. | |
virtual isc::db::DatabaseConnection::ParameterMap | getParameters () const |
Return backend parameters. | |
virtual bool | isUnusable () |
Flag which indicates if the host manager has at least one unusable connection. | |
virtual void | rollback () |
Rollback Transactions. | |
Static Public Member Functions | |
static void | addBackend (const std::string &access) |
Add an alternate host backend (aka host data source). | |
static bool | checkCacheBackend (bool logging=false) |
Check for the cache host backend. | |
static void | create () |
Creates new instance of the HostMgr . | |
static void | delAllBackends () |
Delete all alternate backends. | |
static bool | delBackend (const std::string &db_type) |
Delete an alternate host backend (aka host data source). | |
static bool | delBackend (const std::string &db_type, const std::string &access, bool if_unusable=false) |
Delete an alternate host backend (aka host data source). | |
static HostMgr & | instance () |
Returns a sole instance of the HostMgr . | |
Protected Member Functions | |
virtual void | cache (ConstHostPtr host) const |
Cache an answer. | |
virtual void | cacheNegative (const SubnetID &ipv4_subnet_id, const SubnetID &ipv6_subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len) const |
Cache a negative answer. | |
Protected Attributes | |
bool | disable_single_query_ |
The disable single query flag. | |
bool | negative_caching_ |
The negative caching flag. | |
Additional Inherited Members | |
Public Types inherited from isc::dhcp::BaseHostDataSource | |
enum | IdType { ID_HWADDR = 0 , ID_DUID = 1 } |
Specifies the type of an identifier. More... | |
Host Manager.
This is a singleton class which provides access to multiple sources of information about static host reservations. These sources are also referred to as host data sources. Each source derives (directly or indirectly) from the BaseHostDataSource
.
The HostMgr
is a central point for providing information about the host reservations. Internally, it relays the queries (calls to the appropriate methods declared in the BaseHostDataSource
) to the data sources it is connected to. The HostMgr
is always connected to the server's configuration, accessible through the CfgHosts
object in the CfgMgr
. The CfgHosts
object holds all reservations specified in the DHCP server configuration file. If a particular reservation is not found in the CfgHosts
object, the HostMgr
will try to find it using alternate host data storages. An alternate host data storage is usually a database (e.g. SQL database), accessible through a dedicated host data source object (a.k.a. database backend). This datasource is responsible for managing the connection with the database and forming appropriate queries to retrieve (or update) the information about the reservations.
The use of alternate host data sources is optional and usually requires additional configuration to be specified by the server administrator. For example, for the SQL database the user's credentials, database address, and database name are required. The HostMgr
passes these parameters to an appropriate datasource which is responsible for opening a connection and maintaining it.
It is possible to switch to different alternate data sources or disable the use of alternate datasources, e.g. as a result of server's reconfiguration. However, the use of the primary host data source (i.e. reservations specified in the configuration file) can't be disabled.
Definition at line 68 of file host_mgr.h.
|
virtual |
The HostMgr::add
compatible with BaseHostDataSource
interfaces.
Operates on alternate host sources only.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 789 of file host_mgr.cc.
References add(), and isc::dhcp::ALTERNATE_SOURCES.
void isc::dhcp::HostMgr::add | ( | const HostPtr & | host, |
const HostMgrOperationTarget | target ) |
Adds a new host to the alternate data source.
This method will throw an exception if no alternate data source is in use.
host | Pointer to the new Host object being added. |
target | The host data source being a target of the operation. |
Definition at line 764 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, cache(), isc_throw, and isc::dhcp::PRIMARY_SOURCE.
Referenced by add().
|
static |
Add an alternate host backend (aka host data source).
access | Host backend access parameters for the alternate host backend. It holds "keyword=value" pairs, separated by spaces. |
The supported values are specific to the alternate backend in use. However, the "type" parameter will be common and it will specify which backend is to be used. Currently, no parameters are supported and the parameter is ignored.
Definition at line 57 of file host_mgr.cc.
References isc::dhcp::HostDataSourceFactory::add().
Referenced by isc::dhcp::CfgDbAccess::createManagers().
|
protectedvirtual |
|
protectedvirtual |
Cache a negative answer.
ipv4_subnet_id | Identifier of the IPv4 subnet. |
ipv6_subnet_id | Identifier of the IPv6 subnet. |
identifier_type | Identifier type. |
identifier_begin | Pointer to a beginning of the Identifier. |
identifier_len | Identifier length. |
Definition at line 940 of file host_mgr.cc.
References isc::asiolink::IOAddress::IPV4_ZERO_ADDRESS(), and negative_caching_.
Referenced by get4(), and get6().
|
static |
Check for the cache host backend.
Checks if the first host backend implements the cache abstract class and sets cache_ptr_.
logging | When true (not the default) emit an informational log. |
Definition at line 92 of file host_mgr.cc.
References isc::dhcp::HOSTS_CFG_CACHE_HOST_DATA_SOURCE, isc::dhcp::hosts_logger, and LOG_INFO.
Referenced by isc::dhcp::CfgDbAccess::createManagers().
|
static |
Creates new instance of the HostMgr
.
If an instance of the HostMgr
already exists, it will be replaced by the new instance. Thus, any instances of alternate host data sources will be dropped.
Definition at line 52 of file host_mgr.cc.
Referenced by isc::dhcp::ControlledDhcpv4Srv::~ControlledDhcpv4Srv(), isc::dhcp::ControlledDhcpv6Srv::~ControlledDhcpv6Srv(), isc::dhcp::Dhcpv4Srv::~Dhcpv4Srv(), isc::dhcp::Dhcpv6Srv::~Dhcpv6Srv(), isc::dhcp::CfgDbAccess::createManagers(), instance(), isc::dhcp::ControlledDhcpv4Srv::processConfig(), and isc::dhcp::ControlledDhcpv6Srv::processConfig().
|
virtual |
The HostMgr::del
compatible with BaseHostDataSource
interfaces.
Operates on alternate host sources only.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 819 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, and del().
bool isc::dhcp::HostMgr::del | ( | const SubnetID & | subnet_id, |
const asiolink::IOAddress & | addr, | ||
const HostMgrOperationTarget | target ) |
Attempts to delete hosts by address.
It deletes hosts from the first alternate source in which at least one matching host is found. In unlikely case that the hosts having the same IP address exist in other alternate sources, the hosts from these other sources are not deleted.
This method supports both v4 and v6.
subnet_id | subnet identifier. |
addr | specified address. |
target | The host data source being a target of the operation. |
Definition at line 794 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, isc_throw, and isc::dhcp::PRIMARY_SOURCE.
Referenced by del().
|
virtual |
The HostMgr::del4
compatible with BaseHostDataSource
interfaces.
Operates on alternate host sources only.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 854 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, and del4().
bool isc::dhcp::HostMgr::del4 | ( | const SubnetID & | subnet_id, |
const Host::IdentifierType & | identifier_type, | ||
const uint8_t * | identifier_begin, | ||
const size_t | identifier_len, | ||
const HostMgrOperationTarget | target ) |
Attempts to delete a host by (subnet4-id, identifier, identifier-type, operation-target)
This method supports v4 only.
subnet_id | IPv4 Subnet identifier. |
identifier_type | Identifier type. |
identifier_begin | Pointer to a beginning of a buffer containing an identifier. |
identifier_len | Identifier length. |
target | The host data source being a target of the operation. |
Definition at line 824 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, del4(), isc_throw, and isc::dhcp::PRIMARY_SOURCE.
Referenced by del4(), and del4().
|
virtual |
The HostMgr::del6
compatible with BaseHostDataSource
interfaces.
Operates on alternate host sources only.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 891 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, and del6().
bool isc::dhcp::HostMgr::del6 | ( | const SubnetID & | subnet_id, |
const Host::IdentifierType & | identifier_type, | ||
const uint8_t * | identifier_begin, | ||
const size_t | identifier_len, | ||
const HostMgrOperationTarget | target ) |
Attempts to delete a host by (subnet6-id, identifier, identifier-type, operation-target)
This method supports v6 only.
subnet_id | IPv6 Subnet identifier. |
identifier_type | Identifier type. |
identifier_begin | Pointer to a beginning of a buffer containing an identifier. |
identifier_len | Identifier length. |
target | The host data source being a target of the operation. |
Definition at line 861 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, del6(), isc_throw, and isc::dhcp::PRIMARY_SOURCE.
Referenced by del6(), and del6().
|
static |
Delete all alternate backends.
Definition at line 79 of file host_mgr.cc.
|
static |
Delete an alternate host backend (aka host data source).
db_type | database backend type. |
Definition at line 62 of file host_mgr.cc.
References isc::dhcp::HostDataSourceFactory::del().
|
static |
Delete an alternate host backend (aka host data source).
db_type | database backend type. |
access | Host backend access parameters for the alternate host backend. It holds "keyword=value" pairs, separated by spaces. |
if_unusable | flag which indicates if the host data source should be deleted only if it is unusable. |
Definition at line 72 of file host_mgr.cc.
References isc::dhcp::HostDataSourceFactory::del().
|
virtual |
The HostMgr::get4
compatible with BaseHostDataSource
interfaces.
Operates on all host sources.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 522 of file host_mgr.cc.
References isc::dhcp::ALL_SOURCES, and get4().
ConstHostPtr isc::dhcp::HostMgr::get4 | ( | const SubnetID & | subnet_id, |
const asiolink::IOAddress & | address, | ||
const HostMgrOperationTarget | target ) const |
Returns a host connected to the IPv4 subnet and having a reservation for a specified IPv4 address.
This method returns a single reservation for the particular host (identified by the HW address or DUID) as documented in the BaseHostDataSource::get4
.
subnet_id | Subnet identifier. |
address | reserved IPv4 address. |
target | The host data source being a target of the operation. |
Host
object using a specified IPv4 address. Definition at line 491 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, cache(), isc::dhcp::HOSTS_DBG_TRACE, isc::dhcp::hosts_logger, isc::dhcp::HOSTS_MGR_ALTERNATE_GET4_SUBNET_ID_ADDRESS4, LOG_DEBUG, and isc::dhcp::PRIMARY_SOURCE.
|
virtual |
The HostMgr::get4
compatible with BaseHostDataSource
interfaces.
Operates on all host sources.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 482 of file host_mgr.cc.
References isc::dhcp::ALL_SOURCES, and get4().
ConstHostPtr isc::dhcp::HostMgr::get4 | ( | const SubnetID & | subnet_id, |
const Host::IdentifierType & | identifier_type, | ||
const uint8_t * | identifier_begin, | ||
const size_t | identifier_len, | ||
const HostMgrOperationTarget | target ) const |
Returns a host connected to the IPv4 subnet.
This method returns a single reservation for a particular host as documented in the BaseHostDataSource::get4
.
subnet_id | Subnet identifier. |
identifier_type | Identifier type. |
identifier_begin | Pointer to a beginning of a buffer containing an identifier. |
identifier_len | Identifier length. |
target | The host data source being a target of the operation. |
Host
object for which reservation has been made using the specified identifier. Definition at line 465 of file host_mgr.cc.
References cacheNegative(), get4Any(), and negative_caching_.
Referenced by get4(), and get4().
|
virtual |
The HostMgr::get4Any
compatible with BaseHostDataSource
interfaces.
Operates on all host sources.
Definition at line 456 of file host_mgr.cc.
References isc::dhcp::ALL_SOURCES, and get4Any().
ConstHostPtr isc::dhcp::HostMgr::get4Any | ( | const SubnetID & | subnet_id, |
const Host::IdentifierType & | identifier_type, | ||
const uint8_t * | identifier_begin, | ||
const size_t | identifier_len, | ||
const HostMgrOperationTarget | target ) const |
Returns any host connected to the IPv4 subnet.
This method returns a single reservation for a particular host as documented in the BaseHostDataSource::get4
even when the reservation is marked as from negative caching. This allows to monitor negative caching.
subnet_id | Subnet identifier. |
identifier_type | Identifier type. |
identifier_begin | Pointer to a beginning of a buffer containing an identifier. |
identifier_len | Identifier length. |
target | The host data source being a target of the operation. |
Host
object for which reservation has been made using the specified identifier. Definition at line 401 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, cache(), isc::dhcp::Host::getIdentifierAsText(), isc::dhcp::HOSTS_DBG_RESULTS, isc::dhcp::HOSTS_DBG_TRACE, isc::dhcp::hosts_logger, isc::dhcp::HOSTS_MGR_ALTERNATE_GET4_SUBNET_ID_IDENTIFIER, isc::dhcp::HOSTS_MGR_ALTERNATE_GET4_SUBNET_ID_IDENTIFIER_HOST, isc::dhcp::HOSTS_MGR_ALTERNATE_GET4_SUBNET_ID_IDENTIFIER_NULL, LOG_DEBUG, and isc::dhcp::PRIMARY_SOURCE.
Referenced by get4(), and get4Any().
|
virtual |
The HostMgr::get6
compatible with BaseHostDataSource
interfaces.
Operates on all host sources.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 585 of file host_mgr.cc.
References isc::dhcp::ALL_SOURCES, and get6().
ConstHostPtr isc::dhcp::HostMgr::get6 | ( | const asiolink::IOAddress & | prefix, |
const uint8_t | prefix_len, | ||
const HostMgrOperationTarget | target ) const |
Returns a host using the specified IPv6 prefix.
This method returns a host using specified IPv6 prefix, as described in the BaseHostDataSource::get6
.
prefix | IPv6 prefix for which the Host object is searched. |
prefix_len | IPv6 prefix length. |
target | The host data source being a target of the operation. |
Host
object using a specified IPv6 prefix. Definition at line 557 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, cache(), isc::dhcp::HOSTS_DBG_TRACE, isc::dhcp::hosts_logger, isc::dhcp::HOSTS_MGR_ALTERNATE_GET6_PREFIX, LOG_DEBUG, and isc::dhcp::PRIMARY_SOURCE.
|
virtual |
The HostMgr::get6
compatible with BaseHostDataSource
interfaces.
Operates on all host sources.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 706 of file host_mgr.cc.
References isc::dhcp::ALL_SOURCES, and get6().
ConstHostPtr isc::dhcp::HostMgr::get6 | ( | const SubnetID & | subnet_id, |
const asiolink::IOAddress & | addr, | ||
const HostMgrOperationTarget | target ) const |
Returns a host from specific subnet and reserved address.
subnet_id | subnet identifier. |
addr | specified address. |
target | The host data source being a target of the operation. |
host
object that has a reservation for specified address. Definition at line 676 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, cache(), isc::dhcp::HOSTS_DBG_TRACE, isc::dhcp::hosts_logger, isc::dhcp::HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_ADDRESS6, LOG_DEBUG, isc::dhcp::PRIMARY_SOURCE, and isc::asiolink::IOAddress::toText().
|
virtual |
The HostMgr::get6
compatible with BaseHostDataSource
interfaces.
Operates on all host sources.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 667 of file host_mgr.cc.
References isc::dhcp::ALL_SOURCES, and get6().
ConstHostPtr isc::dhcp::HostMgr::get6 | ( | const SubnetID & | subnet_id, |
const Host::IdentifierType & | identifier_type, | ||
const uint8_t * | identifier_begin, | ||
const size_t | identifier_len, | ||
const HostMgrOperationTarget | target ) const |
Returns a host connected to the IPv6 subnet.
This method returns a host connected to the IPv6 subnet as described in the BaseHostDataSource::get6
.
subnet_id | Subnet identifier. |
identifier_type | Identifier type. |
identifier_begin | Pointer to a beginning of a buffer containing an identifier. |
identifier_len | Identifier length. |
target | The host data source being a target of the operation. |
Host
object for which reservation has been made using the specified identifier. Definition at line 650 of file host_mgr.cc.
References cacheNegative(), get6Any(), and negative_caching_.
Referenced by get6(), get6(), and get6().
|
virtual |
The HostMgr::get6Any
compatible with BaseHostDataSource
interfaces.
Operates on all host sources.
Definition at line 641 of file host_mgr.cc.
References isc::dhcp::ALL_SOURCES, and get6Any().
ConstHostPtr isc::dhcp::HostMgr::get6Any | ( | const SubnetID & | subnet_id, |
const Host::IdentifierType & | identifier_type, | ||
const uint8_t * | identifier_begin, | ||
const size_t | identifier_len, | ||
const HostMgrOperationTarget | target ) const |
Returns any host connected to the IPv6 subnet.
This method returns a host connected to the IPv6 subnet as described in the BaseHostDataSource::get6
even when the reservation is marked as from negative caching. This allows to monitor negative caching.
subnet_id | Subnet identifier. |
identifier_type | Identifier type. |
identifier_begin | Pointer to a beginning of a buffer containing an identifier. |
identifier_len | Identifier length. |
target | The host data source being a target of the operation. |
Host
object for which reservation has been made using the specified identifier. Definition at line 590 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, cache(), isc::dhcp::Host::getIdentifierAsText(), isc::dhcp::HOSTS_DBG_RESULTS, isc::dhcp::HOSTS_DBG_TRACE, isc::dhcp::hosts_logger, isc::dhcp::HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_IDENTIFIER, isc::dhcp::HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_IDENTIFIER_HOST, isc::dhcp::HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_IDENTIFIER_NULL, LOG_DEBUG, and isc::dhcp::PRIMARY_SOURCE.
Referenced by get6(), and get6Any().
|
virtual |
The HostMgr::getAll
compatible with BaseHostDataSource
interfaces.
Operates on all host sources.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 143 of file host_mgr.cc.
References isc::dhcp::ALL_SOURCES, and getAll().
ConstHostCollection isc::dhcp::HostMgr::getAll | ( | const Host::IdentifierType & | identifier_type, |
const uint8_t * | identifier_begin, | ||
const size_t | identifier_len, | ||
const HostMgrOperationTarget | target ) const |
Return all hosts connected to any subnet for which reservations have been made using a specified identifier.
This method returns all Host
objects representing reservations for a specified identifier as documented in the BaseHostDataSource::getAll
.
It retrieves reservations from both primary and alternate host data source as a single collection of Host
objects, i.e. if matching reservations are in both sources, all of them are returned. The reservations from the primary data source are placed before the reservations from the alternate source.
identifier_type | Identifier type. |
identifier_begin | Pointer to a beginning of a buffer containing an identifier. |
identifier_len | Identifier length. |
target | The host data source being a target of the operation. |
Host
objects. Definition at line 123 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, and isc::dhcp::PRIMARY_SOURCE.
Referenced by getAll().
|
virtual |
The HostMgr::getAll4
compatible with BaseHostDataSource
interfaces.
Operates on all host sources.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 396 of file host_mgr.cc.
References isc::dhcp::ALL_SOURCES, and getAll4().
ConstHostCollection isc::dhcp::HostMgr::getAll4 | ( | const asiolink::IOAddress & | address, |
const HostMgrOperationTarget | target ) const |
Returns a collection of hosts using the specified IPv4 address.
This method may return multiple Host
objects if they are connected to different subnets.
If matching reservations are both in the primary and the alternate data source, all of them are returned. The reservations from the primary data source are placed before the reservations from the alternate source.
address | IPv4 address for which the Host object is searched. |
target | The host data source being a target of the operation. |
Host
objects. Definition at line 381 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, and isc::dhcp::PRIMARY_SOURCE.
|
virtual |
The HostMgr::getAll4
compatible with BaseHostDataSource
interfaces.
Operates on all host sources.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 166 of file host_mgr.cc.
References isc::dhcp::ALL_SOURCES, and getAll4().
|
virtual |
The HostMgr::getAll4
compatible with BaseHostDataSource
interfaces.
Operates on all host sources.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 551 of file host_mgr.cc.
References isc::dhcp::ALL_SOURCES, and getAll4().
ConstHostCollection isc::dhcp::HostMgr::getAll4 | ( | const SubnetID & | subnet_id, |
const asiolink::IOAddress & | address, | ||
const HostMgrOperationTarget | target ) const |
Returns all hosts connected to the IPv4 subnet and having a reservation for a specified address.
In most cases it is desired that there is at most one reservation for a given IPv4 address within a subnet. In a default configuration, the backend does not allow for inserting more than one host with the same IPv4 reservation. In that case, the number of hosts returned by this function is 0 or 1.
If the backend is configured to allow multiple hosts with reservations for the same IPv4 address in the given subnet, this method can return more than one host.
The typical use case when a single IPv4 address is reserved for multiple hosts is when these hosts represent different interfaces of the same machine and each interface comes with a different MAC address. In that case, the same IPv4 address is assigned regardless of which interface is used by the DHCP client to communicate with the server.
subnet_id | Subnet identifier. |
address | reserved IPv4 address. |
target | The host data source being a target of the operation. |
Host
objects. Definition at line 528 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, isc::dhcp::HOSTS_DBG_TRACE, isc::dhcp::hosts_logger, isc::dhcp::HOSTS_MGR_ALTERNATE_GET_ALL_SUBNET_ID_ADDRESS4, LOG_DEBUG, and isc::dhcp::PRIMARY_SOURCE.
ConstHostCollection isc::dhcp::HostMgr::getAll4 | ( | const SubnetID & | subnet_id, |
const HostMgrOperationTarget | target ) const |
Return all hosts in a DHCPv4 subnet.
This method returns all Host
objects representing reservations in a specified subnet as documented in the BaseHostDataSource::getAll4
It retrieves reservations from both primary and alternate host data source as a single collection of Host
objects, i.e. if matching reservations are in both sources, all of them are returned. The reservations from the primary data source are placed before the reservations from the alternate source.
subnet_id | Subnet identifier. |
target | The host data source being a target of the operation. |
Host
objects. Definition at line 151 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, and isc::dhcp::PRIMARY_SOURCE.
|
virtual |
The HostMgr::getAll6
compatible with BaseHostDataSource
interfaces.
Operates on all host sources.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 742 of file host_mgr.cc.
References isc::dhcp::ALL_SOURCES, and getAll6().
ConstHostCollection isc::dhcp::HostMgr::getAll6 | ( | const asiolink::IOAddress & | address, |
const HostMgrOperationTarget | target ) const |
Returns a collection of hosts using the specified IPv6 address/prefix.
This method may return multiple Host
objects if they are connected to different subnets or if there are multiple hosts with the same IPv6 address/prefix.
If matching reservations are both in the primary and the alternate data source, all of them are returned. The reservations from the primary data source are placed before the reservations from the alternate source.
address | IPv6 address for which the Host object is searched. |
target | The host data source being a target of the operation. |
Host
objects. Definition at line 747 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, and isc::dhcp::PRIMARY_SOURCE.
|
virtual |
The HostMgr::getAll6
compatible with BaseHostDataSource
interfaces.
Operates on all host sources.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 186 of file host_mgr.cc.
References isc::dhcp::ALL_SOURCES, and getAll6().
|
virtual |
The HostMgr::getAll6
compatible with BaseHostDataSource
interfaces.
Operates on all host sources.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 736 of file host_mgr.cc.
References isc::dhcp::ALL_SOURCES, and getAll6().
ConstHostCollection isc::dhcp::HostMgr::getAll6 | ( | const SubnetID & | subnet_id, |
const asiolink::IOAddress & | address, | ||
const HostMgrOperationTarget | target ) const |
Returns all hosts connected to the IPv6 subnet and having a reservation for a specified address or delegated prefix (lease).
In most cases it is desired that there is at most one reservation for a given IPv6 lease within a subnet. In a default configuration, the backend does not allow for inserting more than one host with the same IPv6 address or prefix. In that case, the number of hosts returned by this function is 0 or 1.
If the backend is configured to allow multiple hosts with reservations for the same IPv6 lease in the given subnet, this method can return more than one host.
The typical use case when a single IPv6 lease is reserved for multiple hosts is when these hosts represent different interfaces of the same machine and each interface comes with a different MAC address. In that case, the same IPv6 lease is assigned regardless of which interface is used by the DHCP client to communicate with the server.
subnet_id | Subnet identifier. |
address | reserved IPv6 address/prefix. |
target | The host data source being a target of the operation. |
Host
objects. Definition at line 712 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, isc::dhcp::HOSTS_DBG_TRACE, isc::dhcp::hosts_logger, isc::dhcp::HOSTS_MGR_ALTERNATE_GET_ALL_SUBNET_ID_ADDRESS6, LOG_DEBUG, and isc::dhcp::PRIMARY_SOURCE.
ConstHostCollection isc::dhcp::HostMgr::getAll6 | ( | const SubnetID & | subnet_id, |
const HostMgrOperationTarget | target ) const |
Return all hosts in a DHCPv6 subnet.
This method returns all Host
objects representing reservations in a specified subnet as documented in the BaseHostDataSource::getAll6
It retrieves reservations from both primary and alternate host data source as a single collection of Host
objects, i.e. if matching reservations are in both sources, all of them are returned. The reservations from the primary data source are placed before the reservations from the alternate source.
subnet_id | Subnet identifier. |
target | The host data source being a target of the operation. |
Host
objects. Definition at line 171 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, and isc::dhcp::PRIMARY_SOURCE.
|
virtual |
The HostMgr::getAllbyHostname
compatible with BaseHostDataSource
interfaces.
Operates on all host sources.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 206 of file host_mgr.cc.
References isc::dhcp::ALL_SOURCES, and getAllbyHostname().
ConstHostCollection isc::dhcp::HostMgr::getAllbyHostname | ( | const std::string & | hostname, |
const HostMgrOperationTarget | target ) const |
Return all hosts with a hostname.
This method returns all Host
objects which represent reservations using a specified hostname.
hostname | The lower case hostname. |
target | The host data source being a target of the operation. |
Host
objects. Definition at line 191 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, and isc::dhcp::PRIMARY_SOURCE.
Referenced by getAllbyHostname().
|
virtual |
The HostMgr::getAllbyHostname4
compatible with BaseHostDataSource
interfaces.
Operates on all host sources.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 229 of file host_mgr.cc.
References isc::dhcp::ALL_SOURCES, and getAllbyHostname4().
ConstHostCollection isc::dhcp::HostMgr::getAllbyHostname4 | ( | const std::string & | hostname, |
const SubnetID & | subnet_id, | ||
const HostMgrOperationTarget | target ) const |
Return all hosts with a hostname in a DHCPv4 subnet.
This method returns all Host
objects which represent reservations using a specified hostname in a specified subnet.
hostname | The lower case hostname. |
subnet_id | Subnet identifier. |
target | The host data source being a target of the operation. |
Host
objects. Definition at line 211 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, and isc::dhcp::PRIMARY_SOURCE.
Referenced by getAllbyHostname4().
|
virtual |
The HostMgr::getAllbyHostname6
compatible with BaseHostDataSource
interfaces.
Operates on all host sources.
Implements isc::dhcp::BaseHostDataSource.
Definition at line 253 of file host_mgr.cc.
References isc::dhcp::ALL_SOURCES, and getAllbyHostname6().
ConstHostCollection isc::dhcp::HostMgr::getAllbyHostname6 | ( | const std::string & | hostname, |
const SubnetID & | subnet_id, | ||
const HostMgrOperationTarget | target ) const |
Return all hosts with a hostname in a DHCPv6 subnet.
This method returns all Host
objects which represent reservations using a specified hostname in a specified subnet.
hostname | The lower case hostname. |
subnet_id | Subnet identifier. |
target | The host data source being a target of the operation. |
Host
objects. Definition at line 235 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, and isc::dhcp::PRIMARY_SOURCE.
Referenced by getAllbyHostname6().
|
inline |
Returns the disable single query flag.
Definition at line 796 of file host_mgr.h.
References disable_single_query_.
HostDataSourcePtr isc::dhcp::HostMgr::getHostDataSource | ( | ) | const |
Returns the first host data source.
May return NULL if the host data source list is empty.
Definition at line 84 of file host_mgr.cc.
|
inline |
Returns the host data source list.
Definition at line 770 of file host_mgr.h.
|
inline |
Returns the boolean flag indicating if the IP reservations must be unique or can be non-unique.
Definition at line 831 of file host_mgr.h.
|
inline |
Returns the negative caching flag.
Definition at line 783 of file host_mgr.h.
References negative_caching_.
|
virtual |
Returns range of hosts in a DHCPv4 subnet.
This method returns a page of Host
objects representing reservations in a specified subnet as documented in the BaseHostDataSource::getPage4
The typical usage of this method is as follows:
subnet_id | Subnet identifier. |
source_index | Index of the source. |
lower_host_id | Host identifier used as lower bound for the returned range. |
page_size | maximum size of the page returned. |
Implements isc::dhcp::BaseHostDataSource.
Definition at line 259 of file host_mgr.cc.
References getPage4().
Referenced by getPage4(), and getPage4().
|
virtual |
Returns range of hosts.
This method returns a page of Host
objects representing reservations as documented in the BaseHostDataSource::getPage4
The typical usage of this method is as follows:
source_index | Index of the source. |
lower_host_id | Host identifier used as lower bound for the returned range. |
page_size | maximum size of the page returned. |
Implements isc::dhcp::BaseHostDataSource.
Definition at line 321 of file host_mgr.cc.
References getPage4().
|
virtual |
Returns range of hosts in a DHCPv6 subnet.
This method returns a page of Host
objects representing reservations in a specified subnet as documented in the BaseHostDataSource::getPage6
The typical usage of this method is as follows:
subnet_id | Subnet identifier. |
source_index | Index of the source. |
lower_host_id | Host identifier used as lower bound for the returned range. |
page_size | maximum size of the page returned. |
Implements isc::dhcp::BaseHostDataSource.
Definition at line 290 of file host_mgr.cc.
References getPage6().
Referenced by getPage6(), and getPage6().
|
virtual |
Returns range of hosts.
This method returns a page of Host
objects representing reservations as documented in the BaseHostDataSource::getPage6
The typical usage of this method is as follows:
source_index | Index of the source. |
lower_host_id | Host identifier used as lower bound for the returned range. |
page_size | maximum size of the page returned. |
Implements isc::dhcp::BaseHostDataSource.
Definition at line 351 of file host_mgr.cc.
References getPage6().
|
inlinevirtual |
Return backend type.
Returns the type of the backend (e.g. "mysql", "memfile" etc.)
Implements isc::dhcp::BaseHostDataSource.
Definition at line 763 of file host_mgr.h.
|
static |
Returns a sole instance of the HostMgr
.
This method should be used to retrieve an instance of the HostMgr
to be used to gather/manage host reservations. It returns an instance of the HostMgr
created by the create
method. If such instance doesn't exist yet, it is created using the create
method with the default value of the data access string, which configures the host manager to not use the alternate host data source.
Definition at line 114 of file host_mgr.cc.
References create().
Referenced by isc::dhcp::CfgDbAccess::createManagers(), isc::dhcp::CBControlDHCPv4::databaseConfigApply(), isc::dhcp::CBControlDHCPv6::databaseConfigApply(), isc::dhcp::AllocEngine::findGlobalReservation(), isc::dhcp::AllocEngine::findGlobalReservation(), isc::dhcp::AllocEngine::findReservation(), and isc::dhcp::AllocEngine::findReservation().
|
inline |
Sets the disable single query flag.
Definition at line 802 of file host_mgr.h.
References disable_single_query_.
|
virtual |
Controls whether IP reservations are unique or non-unique.
In a typical case, the IP reservations are unique and backends verify prior to adding a host reservation to the database that the reservation for a given IP address/subnet does not exist. In some cases it may be required to allow non-unique IP reservations, e.g. in the case when a host has several interfaces and independently of which interface is used by this host to communicate with the DHCP server the same IP address should be assigned. In this case the unique
value should be set to false to disable the checks for uniqueness on the backend side.
Calling this function on HostMgr
causes the manager to attempt to set this flag on all backends in use.
unique | boolean flag indicating if the IP reservations must be unique or can be non-unique. |
Implements isc::dhcp::BaseHostDataSource.
Definition at line 958 of file host_mgr.cc.
References isc::dhcp::hosts_logger, isc::dhcp::HOSTS_MGR_NON_UNIQUE_IP_UNSUPPORTED, and LOG_WARN.
|
inline |
Sets the negative caching flag.
Definition at line 789 of file host_mgr.h.
References negative_caching_.
|
virtual |
The HostMgr::update
with default operation target.
Operates on alternate host sources only.
Reimplemented from isc::dhcp::BaseHostDataSource.
Definition at line 922 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, and update().
void isc::dhcp::HostMgr::update | ( | HostPtr const & | host, |
const HostMgrOperationTarget | target ) |
Implements BaseHostDataSource::update() for alternate sources.
Attempts to update an existing host entry.
host | the host up to date with the requested changes |
target | The host data source being a target of the operation. |
Definition at line 898 of file host_mgr.cc.
References isc::dhcp::ALTERNATE_SOURCES, cache(), isc_throw, and isc::dhcp::PRIMARY_SOURCE.
Referenced by update().
|
protected |
The disable single query flag.
When true prevent the use of lookup methods returning a collection aka single queries when methods returning a host object are usable instead.
Definition at line 849 of file host_mgr.h.
Referenced by getDisableSingleQuery(), and setDisableSingleQuery().
|
protected |
The negative caching flag.
When true and the first backend is a cache negative answers are inserted in the cache. This works for get[46] for a subnet and an identifier.
Definition at line 842 of file host_mgr.h.
Referenced by cacheNegative(), get4(), get6(), getNegativeCaching(), and setNegativeCaching().