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

[#2961] Checkpoint: updated code, tests and doc

This commit is contained in:
Francis Dupont
2024-05-11 01:18:33 +02:00
parent 5bee75d3dc
commit 5b60e5fbba
14 changed files with 176 additions and 214 deletions

View File

@@ -327,10 +327,6 @@ void configureCommandChannel() {
/// @param config_set the configuration being processed
isc::data::ConstElementPtr
processDhcp4Config(isc::data::ConstElementPtr config_set) {
// Before starting any subnet operations, let's reset the subnet-id counter,
// so newly recreated configuration starts with first subnet-id equal 1.
Subnet::resetSubnetID();
// Revert any runtime option definitions configured so far and not committed.
LibDHCP::revertRuntimeOptionDefs();
// Let's set empty container in case a user hasn't specified any configuration