mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[3590] Removed unused isDuplicate and move echo client-id from CfgMgr to SrvConfig
This commit is contained in:
@@ -331,7 +331,7 @@ public:
|
||||
// Set whether v4 server is supposed to echo back client-id
|
||||
// (yes = RFC6842 compatible, no = backward compatibility)
|
||||
bool echo_client_id = getBoolean(global, "echo-client-id");
|
||||
CfgMgr::instance().echoClientId(echo_client_id);
|
||||
cfg->setEchoClientId(echo_client_id);
|
||||
|
||||
// Set the probation period for decline handling.
|
||||
uint32_t probation_period =
|
||||
|
Reference in New Issue
Block a user