2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[#3710] break down forensic log hook library

This commit is contained in:
Razvan Becheriu
2025-02-25 01:46:16 +02:00
parent c38d2de5ed
commit 05bf343c8c
83 changed files with 3222 additions and 1640 deletions

View File

@@ -21,6 +21,7 @@
#include <dhcp4/json_config_parser.h>
#include <dhcp/libdhcp++.h>
#include <dhcp/option_definition.h>
#include <dhcpsrv/backend_store_factory.h>
#include <dhcpsrv/cb_ctl_dhcp4.h>
#include <dhcpsrv/cfg_multi_threading.h>
#include <dhcpsrv/cfg_option.h>
@@ -928,6 +929,9 @@ configureDhcp4Server(Dhcpv4Srv& server, isc::data::ConstElementPtr config_set,
// Log the list of known backends.
HostDataSourceFactory::logRegistered();
// Log the list of known backends.
BackendStoreFactory::logRegistered();
// Moved from the commit block to add the config backend indication.
if (status_code == CONTROL_RESULT_SUCCESS && (!check_only || extra_checks)) {
try {