Kea
1.9.9-git
|
#include <host_mgr.h>
Public Member Functions | |
virtual void | add (const HostPtr &host) |
Adds a new host to the alternate data source. More... | |
virtual bool | del (const SubnetID &subnet_id, const asiolink::IOAddress &addr) |
Attempts to delete hosts by address. More... | |
virtual bool | del4 (const SubnetID &subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len) |
Attempts to delete a host by (subnet4-id, identifier, identifier-type) More... | |
virtual bool | del6 (const SubnetID &subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len) |
Attempts to delete a host by (subnet6-id, identifier, identifier-type) More... | |
virtual ConstHostPtr | get4 (const SubnetID &subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len) const |
Returns a host connected to the IPv4 subnet. More... | |
virtual ConstHostPtr | get4 (const SubnetID &subnet_id, const asiolink::IOAddress &address) const |
Returns a host connected to the IPv4 subnet and having a reservation for a specified IPv4 address. More... | |
virtual ConstHostPtr | get4Any (const SubnetID &subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len) const |
Returns any host connected to the IPv4 subnet. More... | |
virtual ConstHostPtr | get6 (const SubnetID &subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len) const |
Returns a host connected to the IPv6 subnet. More... | |
virtual ConstHostPtr | get6 (const asiolink::IOAddress &prefix, const uint8_t prefix_len) const |
Returns a host using the specified IPv6 prefix. More... | |
virtual ConstHostPtr | get6 (const SubnetID &subnet_id, const asiolink::IOAddress &addr) const |
Returns a host from specific subnet and reserved address. More... | |
virtual ConstHostPtr | get6Any (const SubnetID &subnet_id, const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len) const |
Returns any host connected to the IPv6 subnet. More... | |
virtual ConstHostCollection | getAll (const Host::IdentifierType &identifier_type, const uint8_t *identifier_begin, const size_t identifier_len) const |
Return all hosts connected to any subnet for which reservations have been made using a specified identifier. More... | |
virtual ConstHostCollection | getAll4 (const SubnetID &subnet_id) const |
Return all hosts in a DHCPv4 subnet. More... | |
virtual ConstHostCollection | getAll4 (const asiolink::IOAddress &address) const |
Returns a collection of hosts using the specified IPv4 address. More... | |
virtual ConstHostCollection | getAll4 (const SubnetID &subnet_id, const asiolink::IOAddress &address) const |
Returns all hosts connected to the IPv4 subnet and having a reservation for a specified address. More... | |
virtual ConstHostCollection | getAll6 (const SubnetID &subnet_id) const |
Return all hosts in a DHCPv6 subnet. More... | |
virtual ConstHostCollection | getAll6 (const SubnetID &subnet_id, const asiolink::IOAddress &address) const |
Returns all hosts connected to the IPv6 subnet and having a reservation for a specified address or delegated prefix (lease). More... | |
virtual ConstHostCollection | getAllbyHostname (const std::string &hostname) const |
Return all hosts with a hostname. More... | |
virtual ConstHostCollection | getAllbyHostname4 (const std::string &hostname, const SubnetID &subnet_id) const |
Return all hosts with a hostname in a DHCPv4 subnet. More... | |
virtual ConstHostCollection | getAllbyHostname6 (const std::string &hostname, const SubnetID &subnet_id) const |
Return all hosts with a hostname in a DHCPv6 subnet. More... | |
bool | getDisableSingleQuery () const |
Returns the disable single query flag. More... | |
HostDataSourcePtr | getHostDataSource () const |
Returns the first host data source. More... | |
HostDataSourceList & | getHostDataSourceList () |
Returns the host data source list. More... | |
bool | getIPReservationsUnique () const |
Returns the boolean flag indicating if the IP reservations must be unique or can be non-unique. More... | |
bool | getNegativeCaching () const |
Returns the negative caching flag. More... | |
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. More... | |
virtual ConstHostCollection | getPage4 (size_t &source_index, uint64_t lower_host_id, const HostPageSize &page_size) const |
Returns range of hosts. More... | |
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. More... | |
virtual ConstHostCollection | getPage6 (size_t &source_index, uint64_t lower_host_id, const HostPageSize &page_size) const |
Returns range of hosts. More... | |
virtual std::string | getType () const |
Return backend type. More... | |
void | setDisableSingleQuery (bool disable_single_query) |
Sets the disable single query flag. More... | |
virtual bool | setIPReservationsUnique (const bool unique) |
Controls whether IP reservations are unique or non-unique. More... | |
void | setNegativeCaching (bool negative_caching) |
Sets the negative caching flag. More... | |
Public Member Functions inherited from isc::dhcp::BaseHostDataSource | |
virtual | ~BaseHostDataSource () |
Default destructor implementation. More... | |
virtual void | commit () |
Commit Transactions. More... | |
virtual isc::db::DatabaseConnection::ParameterMap | getParameters () const |
Return backend parameters. More... | |
virtual bool | isUnusable () |
Flag which indicates if the host manager has at least one unusable connection. More... | |
virtual void | rollback () |
Rollback Transactions. More... | |
Static Public Member Functions | |
static void | addBackend (const std::string &access) |
Add an alternate host backend (aka host data source). More... | |
static bool | checkCacheBackend (bool logging=false) |
Check for the cache host backend. More... | |
static void | create () |
Creates new instance of the HostMgr . More... | |
static void | delAllBackends () |
Delete all alternate backends. More... | |
static bool | delBackend (const std::string &db_type) |
Delete an alternate host backend (aka host data source). More... | |
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). More... | |
static isc::asiolink::IOServicePtr & | getIOService () |
Returns pointer to the IO service. More... | |
static HostMgr & | instance () |
Returns a sole instance of the HostMgr . More... | |
static void | setIOService (const isc::asiolink::IOServicePtr &io_service) |
Sets IO service to be used by the Host Manager. More... | |
Protected Member Functions | |
virtual void | cache (ConstHostPtr host) const |
Cache an answer. More... | |
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. More... | |
Protected Attributes | |
bool | disable_single_query_ |
The disable single query flag. More... | |
bool | negative_caching_ |
The negative caching flag. More... | |
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 55 of file host_mgr.h.
|
virtual |
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. |
Implements isc::dhcp::BaseHostDataSource.
Definition at line 557 of file host_mgr.cc.
References isc_throw.
|
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 48 of file host_mgr.cc.
References isc::dhcp::HostDataSourceFactory::add().
Referenced by isc::dhcp::CfgDbAccess::createManagers(), isc::dhcp::PgSqlHostDataSourceImpl::dbReconnect(), and isc::dhcp::MySqlHostDataSourceImpl::dbReconnect().
|
protectedvirtual |
Cache an answer.
host | Pointer to the missed host. |
Definition at line 621 of file host_mgr.cc.
|
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 634 of file host_mgr.cc.
References isc::asiolink::IOAddress::IPV4_ZERO_ADDRESS().
|
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 83 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 43 of file host_mgr.cc.
Referenced by isc::dhcp::CfgDbAccess::createManagers(), isc::dhcp::ControlledDhcpv4Srv::~ControlledDhcpv4Srv(), and isc::dhcp::ControlledDhcpv6Srv::~ControlledDhcpv6Srv().
|
virtual |
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. |
Implements isc::dhcp::BaseHostDataSource.
Definition at line 572 of file host_mgr.cc.
References isc_throw.
|
virtual |
Attempts to delete a host by (subnet4-id, identifier, identifier-type)
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. |
Implements isc::dhcp::BaseHostDataSource.
Definition at line 587 of file host_mgr.cc.
References isc_throw.
|
virtual |
Attempts to delete a host by (subnet6-id, identifier, identifier-type)
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. |
Implements isc::dhcp::BaseHostDataSource.
Definition at line 604 of file host_mgr.cc.
References isc_throw.
|
static |
Delete all alternate backends.
Definition at line 70 of file host_mgr.cc.
|
static |
Delete an alternate host backend (aka host data source).
db_type | database backend type. |
Definition at line 53 of file host_mgr.cc.
References isc::dhcp::HostDataSourceFactory::del().
Referenced by isc::dhcp::PgSqlHostDataSourceImpl::dbReconnect(), and isc::dhcp::MySqlHostDataSourceImpl::dbReconnect().
|
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 63 of file host_mgr.cc.
References isc::dhcp::HostDataSourceFactory::del().
|
virtual |
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. |
Host
object for which reservation has been made using the specified identifier. Implements isc::dhcp::BaseHostDataSource.
Definition at line 368 of file host_mgr.cc.
Referenced by isc::dhcp::AllocEngine::findGlobalReservation(), and isc::dhcp::AllocEngine::findReservation().
|
virtual |
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. |
Host
object using a specified IPv4 address. Implements isc::dhcp::BaseHostDataSource.
Definition at line 384 of file host_mgr.cc.
References isc::dhcp::HOSTS_DBG_TRACE, isc::dhcp::hosts_logger, isc::dhcp::HOSTS_MGR_ALTERNATE_GET4_SUBNET_ID_ADDRESS4, LOG_DEBUG, and isc::asiolink::IOAddress::toText().
|
virtual |
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. |
Host
object for which reservation has been made using the specified identifier. Definition at line 318 of file host_mgr.cc.
References 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, and LOG_DEBUG.
|
virtual |
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. |
Host
object for which reservation has been made using the specified identifier. Implements isc::dhcp::BaseHostDataSource.
Definition at line 498 of file host_mgr.cc.
Referenced by isc::dhcp::AllocEngine::findGlobalReservation(), and isc::dhcp::AllocEngine::findReservation().
|
virtual |
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. |
Host
object using a specified IPv6 prefix. Implements isc::dhcp::BaseHostDataSource.
Definition at line 427 of file host_mgr.cc.
References isc::dhcp::HOSTS_DBG_TRACE, isc::dhcp::hosts_logger, isc::dhcp::HOSTS_MGR_ALTERNATE_GET6_PREFIX, LOG_DEBUG, and isc::asiolink::IOAddress::toText().
|
virtual |
Returns a host from specific subnet and reserved address.
subnet_id | subnet identifier. |
addr | specified address. |
host
object that has a reservation for specified address. Implements isc::dhcp::BaseHostDataSource.
Definition at line 514 of file host_mgr.cc.
References isc::dhcp::HOSTS_DBG_TRACE, isc::dhcp::hosts_logger, isc::dhcp::HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_ADDRESS6, LOG_DEBUG, and isc::asiolink::IOAddress::toText().
|
virtual |
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. |
Host
object for which reservation has been made using the specified identifier. Definition at line 451 of file host_mgr.cc.
References 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, and LOG_DEBUG.
|
virtual |
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. |
Host
objects. Implements isc::dhcp::BaseHostDataSource.
Definition at line 114 of file host_mgr.cc.
Referenced by isc::dhcp::AllocEngine::findReservation().
|
virtual |
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. |
Host
objects. Implements isc::dhcp::BaseHostDataSource.
Definition at line 129 of file host_mgr.cc.
|
virtual |
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. |
Host
objects. Implements isc::dhcp::BaseHostDataSource.
Definition at line 308 of file host_mgr.cc.
|
virtual |
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. |
Host
objects. Implements isc::dhcp::BaseHostDataSource.
Definition at line 410 of file host_mgr.cc.
References isc::dhcp::HOSTS_DBG_TRACE, isc::dhcp::hosts_logger, isc::dhcp::HOSTS_MGR_ALTERNATE_GET_ALL_SUBNET_ID_ADDRESS4, LOG_DEBUG, and isc::asiolink::IOAddress::toText().
|
virtual |
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. |
Host
objects. Implements isc::dhcp::BaseHostDataSource.
Definition at line 140 of file host_mgr.cc.
|
virtual |
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. |
Host
objects. Implements isc::dhcp::BaseHostDataSource.
Definition at line 540 of file host_mgr.cc.
References isc::dhcp::HOSTS_DBG_TRACE, isc::dhcp::hosts_logger, isc::dhcp::HOSTS_MGR_ALTERNATE_GET_ALL_SUBNET_ID_ADDRESS6, LOG_DEBUG, and isc::asiolink::IOAddress::toText().
|
virtual |
Return all hosts with a hostname.
This method returns all Host
objects which represent reservations using a specified hostname.
hostname | The lower case hostname. |
Host
objects. Implements isc::dhcp::BaseHostDataSource.
Definition at line 150 of file host_mgr.cc.
|
virtual |
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. |
Host
objects. Implements isc::dhcp::BaseHostDataSource.
Definition at line 160 of file host_mgr.cc.
|
virtual |
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. |
Host
objects. Implements isc::dhcp::BaseHostDataSource.
Definition at line 173 of file host_mgr.cc.
|
inline |
Returns the disable single query flag.
Definition at line 596 of file host_mgr.h.
References disable_single_query_.
Referenced by isc::dhcp::AllocEngine::findReservation().
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 75 of file host_mgr.cc.
|
inline |
Returns the host data source list.
Definition at line 570 of file host_mgr.h.
|
inlinestatic |
Returns pointer to the IO service.
Definition at line 643 of file host_mgr.h.
Referenced by isc::dhcp::PgSqlHostDataSourceImpl::createContext(), and isc::dhcp::MySqlHostDataSourceImpl::createContext().
|
inline |
Returns the boolean flag indicating if the IP reservations must be unique or can be non-unique.
Definition at line 631 of file host_mgr.h.
|
inline |
Returns the negative caching flag.
Definition at line 583 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 186 of file host_mgr.cc.
|
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 248 of file host_mgr.cc.
|
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 217 of file host_mgr.cc.
|
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 278 of file host_mgr.cc.
|
inlinevirtual |
Return backend type.
Returns the type of the backend (e.g. "mysql", "memfile" etc.)
Implements isc::dhcp::BaseHostDataSource.
Definition at line 563 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 105 of file host_mgr.cc.
Referenced by isc::dhcp::CfgDbAccess::createManagers(), isc::dhcp::AllocEngine::findGlobalReservation(), and isc::dhcp::AllocEngine::findReservation().
|
inline |
Sets the disable single query flag.
Definition at line 602 of file host_mgr.h.
References disable_single_query_.
|
inlinestatic |
Sets IO service to be used by the Host Manager.
io_service | IOService object, used for all ASIO operations. |
Definition at line 638 of file host_mgr.h.
Referenced by isc::dhcp::ControlledDhcpv4Srv::ControlledDhcpv4Srv(), isc::dhcp::ControlledDhcpv6Srv::ControlledDhcpv6Srv(), isc::dhcp::ControlledDhcpv4Srv::~ControlledDhcpv4Srv(), and isc::dhcp::ControlledDhcpv6Srv::~ControlledDhcpv6Srv().
|
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 652 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 589 of file host_mgr.h.
References negative_caching_.
|
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 661 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 654 of file host_mgr.h.
Referenced by getNegativeCaching(), and setNegativeCaching().