![]() |
Kea
1.9.9-git
|
#include <config.h>#include <kea_version.h>#include <cfgrpt/config_report.h>#include <dhcp4/ctrl_dhcp4_srv.h>#include <dhcp4/dhcp4_log.h>#include <dhcp4/parser_context.h>#include <dhcp4/json_config_parser.h>#include <dhcpsrv/cfgmgr.h>#include <exceptions/exceptions.h>#include <log/logger_support.h>#include <log/logger_manager.h>#include <process/daemon.h>#include <boost/lexical_cast.hpp>#include <iostream>
Include dependency graph for dhcp4/main.cc:Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 70 of file dhcp4/main.cc.
References isc::dhcp::configureDhcp4Server(), isc::process::Daemon::createPIDFile(), isc::dhcp::DBG_DHCP4_START, isc::dhcp::DHCP4_ALREADY_RUNNING, isc::dhcp::DHCP4_DEVELOPMENT_VERSION, isc::dhcp::DHCP4_INIT_FAIL, isc::dhcp::dhcp4_logger, isc::dhcp::DHCP4_ROOT_LOGGER_NAME, isc::dhcp::DHCP4_SERVER_FAILED, isc::dhcp::DHCP4_SHUTDOWN, isc::dhcp::DHCP4_START_INFO, isc::dhcp::DHCP4_STARTED, isc::dhcp::DHCP4_STARTING, isc::detail::getConfigReport(), isc::dhcp::ControlledDhcpv4Srv::init(), LOG_DEBUG, LOG_ERROR, LOG_FATAL, LOG_INFO, LOG_WARN, isc::config::parseAnswer(), isc::dhcp::Parser4Context::parseFile(), isc::log::LoggerManager::process(), isc::dhcp::Dhcpv4Srv::run(), isc::process::Daemon::setConfigFile(), isc::process::Daemon::setProcName(), isc::process::Daemon::setVerbose(), usage(), and isc::Exception::what().
Here is the call graph for this function: