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

[#35,!517] Addressed review comments

Addressed a myriad of minor typos and wording issues.

modified:
ChangeLog
doc/examples/kea4/all-keys.json
doc/examples/kea6/all-keys.json
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst
src/bin/dhcp4/dhcp4_srv.cc
src/bin/dhcp4/tests/config_parser_unittest.cc
src/bin/dhcp4/tests/fqdn_unittest.cc
src/bin/dhcp6/tests/config_parser_unittest.cc
src/bin/dhcp6/tests/d2_unittest.cc
src/bin/dhcp6/tests/fqdn_unittest.cc
src/lib/dhcpsrv/alloc_engine.cc
src/lib/dhcpsrv/alloc_engine.h
src/lib/dhcpsrv/d2_client_cfg.h
src/lib/dhcpsrv/parsers/base_network_parser.cc
src/lib/dhcpsrv/srv_config.h
This commit is contained in:
Thomas Markwalder
2019-10-09 15:08:19 -04:00
parent 9635e5fca3
commit 7cfc5d3fd3
15 changed files with 147 additions and 223 deletions

View File

@@ -19,6 +19,7 @@ namespace dhcp {
const Triplet<uint32_t>
BaseNetworkParser::parseLifetime(const ConstElementPtr& scope,
const std::string& name) {
// Initialize as some compilers complain otherwise.
uint32_t value = 0;
bool has_value = false;
uint32_t min_value = 0;
@@ -212,7 +213,7 @@ BaseNetworkParser::parseDdnsParams(const data::ConstElementPtr& network_data,
}
// We need to validate santizer values here so we can detect problems and
// cause a configuration. We dont' retain the compilation because it's not
// cause a configuration. We don't retain the compilation because it's not
// something we can inherit.
if (!hostname_char_set.empty()) {
try {