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

[3744] Minor comments update in the JSON parsers.

This commit is contained in:
Marcin Siodelski
2015-03-17 12:34:28 +01:00
parent b35be4576f
commit 81b5979918
2 changed files with 5 additions and 2 deletions

View File

@@ -416,6 +416,7 @@ configureDhcp4Server(Dhcpv4Srv&, isc::data::ConstElementPtr config_set) {
// Thus we group parsers and will fire them in the right order:
// all parsers other than: lease-database, subnet4 and option-data parser,
// then: option-data parser, subnet4 parser, lease-database parser.
// Please do not change this order!
ParserCollection independent_parsers;
ParserPtr subnet_parser;
ParserPtr option_parser;