2
0
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:
Francis Dupont
2017-02-11 10:29:40 +01:00
parent 3dfa0c7f4c
commit 363690d6df
11 changed files with 71 additions and 89 deletions

View File

@@ -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 =