Kea 2.7.5
|
#include <config.h>
#include <ha_impl.h>
#include <ha_log.h>
#include <asiolink/io_service.h>
#include <asiolink/io_service_mgr.h>
#include <cc/command_interpreter.h>
#include <dhcpsrv/cfgmgr.h>
#include <dhcpsrv/network_state.h>
#include <exceptions/exceptions.h>
#include <hooks/hooks.h>
#include <process/daemon.h>
#include <sstream>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::ha |
Functions | |
int | buffer4_receive (CalloutHandle &handle) |
buffer4_receive callout implementation. | |
int | buffer6_receive (CalloutHandle &handle) |
buffer6_receive callout implementation. | |
int | command_processed (CalloutHandle &handle) |
command_processed callout implementation. | |
int | continue_command (CalloutHandle &handle) |
ha-continue command handler implementation. | |
int | dhcp4_srv_configured (CalloutHandle &handle) |
dhcp4_srv_configured callout implementation. | |
int | dhcp6_srv_configured (CalloutHandle &handle) |
dhcp6_srv_configured callout implementation. | |
int | ha_reset_command (CalloutHandle &handle) |
ha-reset command handler implementation. | |
int | heartbeat_command (CalloutHandle &handle) |
Heartbeat command handler implementation. | |
int | lease4_server_decline (CalloutHandle &handle) |
lease4_server_decline callout implementation. | |
int | leases4_committed (CalloutHandle &handle) |
leases4_committed callout implementation. | |
int | leases6_committed (CalloutHandle &handle) |
leases6_committed callout implementation. | |
int | load (LibraryHandle &handle) |
This function is called when the library is loaded. | |
int | maintenance_cancel_command (CalloutHandle &handle) |
ha-maintenance-cancel command handler implementation. | |
int | maintenance_notify_command (CalloutHandle &handle) |
ha-maintenance-notify command handler implementation. | |
int | maintenance_start_command (CalloutHandle &handle) |
ha-maintenance-start command handler implementation. | |
int | multi_threading_compatible () |
This function is called to retrieve the multi-threading compatibility. | |
int | scopes_command (CalloutHandle &handle) |
ha-scopes command handler implementation. | |
int | subnet4_select (CalloutHandle &handle) |
subnet4_select callout implementation. | |
int | subnet6_select (CalloutHandle &handle) |
subnet6_select callout implementation. | |
int | sync_command (CalloutHandle &handle) |
ha-sync command handler implementation. | |
int | sync_complete_notify_command (CalloutHandle &handle) |
ha-sync-complete-notify command handler implementation. | |
int | unload () |
This function is called when the library is unloaded. | |
Variables | |
HAImplPtr | isc::ha::impl |
int buffer4_receive | ( | CalloutHandle & | handle | ) |
buffer4_receive callout implementation.
handle | callout handle. |
Definition at line 72 of file ha_callouts.cc.
References isc::hooks::CalloutHandle::getStatus(), isc::ha::HA_BUFFER4_RECEIVE_FAILED, isc::ha::ha_logger, isc::ha::impl, LOG_ERROR, and isc::hooks::CalloutHandle::NEXT_STEP_DROP.
int buffer6_receive | ( | CalloutHandle & | handle | ) |
buffer6_receive callout implementation.
handle | callout handle. |
Definition at line 182 of file ha_callouts.cc.
References isc::hooks::CalloutHandle::getStatus(), isc::ha::HA_BUFFER6_RECEIVE_FAILED, isc::ha::ha_logger, isc::ha::impl, LOG_ERROR, isc::hooks::CalloutHandle::NEXT_STEP_DROP, and isc::hooks::CalloutHandle::NEXT_STEP_SKIP.
int command_processed | ( | CalloutHandle & | handle | ) |
command_processed callout implementation.
handle | callout handle. |
Definition at line 247 of file ha_callouts.cc.
References isc::ha::HA_COMMAND_PROCESSED_FAILED, isc::ha::ha_logger, isc::ha::impl, and LOG_ERROR.
int continue_command | ( | CalloutHandle & | handle | ) |
ha-continue command handler implementation.
Definition at line 301 of file ha_callouts.cc.
References isc::ha::HA_CONTINUE_HANDLER_FAILED, isc::ha::ha_logger, isc::ha::impl, and LOG_ERROR.
Referenced by load().
int dhcp4_srv_configured | ( | CalloutHandle & | handle | ) |
dhcp4_srv_configured callout implementation.
handle | callout handle. |
Definition at line 49 of file ha_callouts.cc.
References isc::db::error, isc::hooks::CalloutHandle::getArgument(), isc::ha::HA_DHCP4_START_SERVICE_FAILED, isc::ha::ha_logger, isc::ha::impl, isc::asiolink::IOServiceMgr::instance(), LOG_ERROR, isc::hooks::CalloutHandle::NEXT_STEP_DROP, isc::hooks::CalloutHandle::setArgument(), and isc::hooks::CalloutHandle::setStatus().
int dhcp6_srv_configured | ( | CalloutHandle & | handle | ) |
dhcp6_srv_configured callout implementation.
handle | callout handle. |
Definition at line 159 of file ha_callouts.cc.
References isc::db::error, isc::hooks::CalloutHandle::getArgument(), isc::ha::HA_DHCP6_START_SERVICE_FAILED, isc::ha::ha_logger, isc::ha::impl, isc::asiolink::IOServiceMgr::instance(), LOG_ERROR, isc::hooks::CalloutHandle::NEXT_STEP_DROP, isc::hooks::CalloutHandle::setArgument(), and isc::hooks::CalloutHandle::setStatus().
int ha_reset_command | ( | CalloutHandle & | handle | ) |
ha-reset command handler implementation.
Definition at line 353 of file ha_callouts.cc.
References isc::ha::ha_logger, isc::ha::HA_RESET_HANDLER_FAILED, isc::ha::impl, and LOG_ERROR.
Referenced by load().
int heartbeat_command | ( | CalloutHandle & | handle | ) |
Heartbeat command handler implementation.
Definition at line 261 of file ha_callouts.cc.
References isc::ha::HA_HEARTBEAT_HANDLER_FAILED, isc::ha::ha_logger, isc::ha::impl, and LOG_ERROR.
Referenced by load().
int lease4_server_decline | ( | CalloutHandle & | handle | ) |
lease4_server_decline callout implementation.
handle | callout handle. |
Definition at line 137 of file ha_callouts.cc.
References isc::hooks::CalloutHandle::getStatus(), isc::ha::HA_LEASE4_SERVER_DECLINE_FAILED, isc::ha::ha_logger, isc::ha::impl, LOG_ERROR, isc::hooks::CalloutHandle::NEXT_STEP_DROP, and isc::hooks::CalloutHandle::NEXT_STEP_SKIP.
int leases4_committed | ( | CalloutHandle & | handle | ) |
leases4_committed callout implementation.
handle | callout handle. |
Definition at line 115 of file ha_callouts.cc.
References isc::hooks::CalloutHandle::getStatus(), isc::ha::HA_LEASES4_COMMITTED_FAILED, isc::ha::ha_logger, isc::ha::impl, LOG_ERROR, isc::hooks::CalloutHandle::NEXT_STEP_DROP, and isc::hooks::CalloutHandle::NEXT_STEP_SKIP.
int leases6_committed | ( | CalloutHandle & | handle | ) |
leases6_committed callout implementation.
handle | callout handle. |
Definition at line 225 of file ha_callouts.cc.
References isc::hooks::CalloutHandle::getStatus(), isc::ha::HA_LEASES6_COMMITTED_FAILED, isc::ha::ha_logger, isc::ha::impl, LOG_ERROR, isc::hooks::CalloutHandle::NEXT_STEP_DROP, and isc::hooks::CalloutHandle::NEXT_STEP_SKIP.
int load | ( | LibraryHandle & | handle | ) |
This function is called when the library is loaded.
handle | library handle |
Definition at line 381 of file ha_callouts.cc.
References continue_command(), isc::config::CONTROL_RESULT_ERROR, isc::hooks::LibraryHandle::getParameter(), isc::process::Daemon::getProcName(), isc::ha::HA_CONFIGURATION_FAILED, isc::ha::HA_INIT_OK, isc::ha::ha_logger, isc::ha::HA_MISSING_CONFIGURATION, ha_reset_command(), heartbeat_command(), isc::ha::impl, isc::dhcp::CfgMgr::instance(), isc_throw, LOG_ERROR, LOG_INFO, maintenance_cancel_command(), maintenance_notify_command(), maintenance_start_command(), isc::hooks::LibraryHandle::registerCommandCallout(), scopes_command(), sync_command(), and sync_complete_notify_command().
int maintenance_cancel_command | ( | CalloutHandle & | handle | ) |
ha-maintenance-cancel command handler implementation.
Definition at line 340 of file ha_callouts.cc.
References isc::ha::ha_logger, isc::ha::HA_MAINTENANCE_CANCEL_HANDLER_FAILED, isc::ha::impl, and LOG_ERROR.
Referenced by load().
int maintenance_notify_command | ( | CalloutHandle & | handle | ) |
ha-maintenance-notify command handler implementation.
Definition at line 314 of file ha_callouts.cc.
References isc::ha::ha_logger, isc::ha::HA_MAINTENANCE_NOTIFY_HANDLER_FAILED, isc::ha::impl, and LOG_ERROR.
Referenced by load().
int maintenance_start_command | ( | CalloutHandle & | handle | ) |
ha-maintenance-start command handler implementation.
Definition at line 327 of file ha_callouts.cc.
References isc::ha::ha_logger, isc::ha::HA_MAINTENANCE_START_HANDLER_FAILED, isc::ha::impl, and LOG_ERROR.
Referenced by load().
int multi_threading_compatible | ( | ) |
This function is called to retrieve the multi-threading compatibility.
Definition at line 442 of file ha_callouts.cc.
int scopes_command | ( | CalloutHandle & | handle | ) |
ha-scopes command handler implementation.
Definition at line 288 of file ha_callouts.cc.
References isc::ha::ha_logger, isc::ha::HA_SCOPES_HANDLER_FAILED, isc::ha::impl, and LOG_ERROR.
Referenced by load().
int subnet4_select | ( | CalloutHandle & | handle | ) |
subnet4_select callout implementation.
handle | callout handle. |
Definition at line 93 of file ha_callouts.cc.
References isc::hooks::CalloutHandle::getStatus(), isc::ha::ha_logger, isc::ha::HA_SUBNET4_SELECT_FAILED, isc::ha::impl, LOG_ERROR, and isc::hooks::CalloutHandle::NEXT_STEP_DROP.
int subnet6_select | ( | CalloutHandle & | handle | ) |
subnet6_select callout implementation.
handle | callout handle. |
Definition at line 204 of file ha_callouts.cc.
References isc::hooks::CalloutHandle::getStatus(), isc::ha::ha_logger, isc::ha::HA_SUBNET6_SELECT_FAILED, isc::ha::impl, LOG_ERROR, and isc::hooks::CalloutHandle::NEXT_STEP_DROP.
int sync_command | ( | CalloutHandle & | handle | ) |
ha-sync command handler implementation.
Definition at line 275 of file ha_callouts.cc.
References isc::ha::ha_logger, isc::ha::HA_SYNC_HANDLER_FAILED, isc::ha::impl, and LOG_ERROR.
Referenced by load().
int sync_complete_notify_command | ( | CalloutHandle & | handle | ) |
ha-sync-complete-notify command handler implementation.
Definition at line 366 of file ha_callouts.cc.
References isc::ha::ha_logger, isc::ha::HA_SYNC_COMPLETE_NOTIFY_HANDLER_FAILED, isc::ha::impl, and LOG_ERROR.
Referenced by load().
int unload | ( | ) |
This function is called when the library is unloaded.
Definition at line 430 of file ha_callouts.cc.
References isc::ha::HA_DEINIT_OK, isc::ha::ha_logger, isc::ha::impl, isc::asiolink::IOServiceMgr::instance(), and LOG_INFO.