2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

[5682] get-config unit-test rebuilds partially automated.

This commit is contained in:
Tomek Mrugalski
2018-07-25 23:25:43 +02:00
parent 7beba1dbbb
commit 9e14140b26
4 changed files with 38 additions and 0 deletions

View File

@@ -392,6 +392,7 @@ configureDhcp4Server(Dhcpv4Srv& server, isc::data::ConstElementPtr config_set,
if (config_pair.first == "sanity-checks") {
SanityChecksParser parser;
parser.parse(*srv_cfg, config_pair.second);
continue;
}
if (config_pair.first == "expired-leases-processing") {