2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#3479] Removed control-socket

This commit is contained in:
Francis Dupont
2024-07-03 22:55:12 +02:00
committed by Razvan Becheriu
parent 48196f735e
commit 247050d9a9
2 changed files with 0 additions and 2 deletions

View File

@@ -52,7 +52,6 @@ CfgGlobals::nameToIndex = {
{ "ddns-ttl-percent", DDNS_TTL_PERCENT },
{ "ddns-conflict-resolution-mode", DDNS_CONFLICT_RESOLUTION_MODE },
{ "compatibility", COMPATIBILITY },
{ "control-socket", CONTROL_SOCKET },
{ "dhcp-ddns", DHCP_DDNS },
{ "expired-leases-processing", EXPIRED_LEASES_PROCESSING },
{ "multi-threading", MULTI_THREADING },

View File

@@ -75,7 +75,6 @@ public:
DDNS_TTL_PERCENT,
DDNS_CONFLICT_RESOLUTION_MODE,
COMPATIBILITY,
CONTROL_SOCKET,
DHCP_DDNS,
EXPIRED_LEASES_PROCESSING,
MULTI_THREADING,