Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
d7992941
Commit
d7992941
authored
Jan 25, 2017
by
Francis Dupont
Browse files
[master] host-database -> hosts-database
parent
1414dc61
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/json_config_parser.cc
View file @
d7992941
...
...
@@ -689,7 +689,7 @@ configureDhcp4Server(Dhcpv4Srv&, isc::data::ConstElementPtr config_set) {
continue
;
}
if
(
config_pair
.
first
==
"host-database"
)
{
if
(
config_pair
.
first
==
"host
s
-database"
)
{
DbAccessParser
parser
(
DbAccessParser
::
HOSTS_DB
);
CfgDbAccessPtr
cfg_db_access
=
srv_cfg
->
getCfgDbAccess
();
parser
.
parse
(
cfg_db_access
,
config_pair
.
second
);
...
...
src/bin/dhcp6/json_config_parser.cc
View file @
d7992941
...
...
@@ -935,7 +935,7 @@ configureDhcp6Server(Dhcpv6Srv&, isc::data::ConstElementPtr config_set) {
continue
;
}
if
(
config_pair
.
first
==
"host-database"
)
{
if
(
config_pair
.
first
==
"host
s
-database"
)
{
DbAccessParser
parser
(
DbAccessParser
::
HOSTS_DB
);
CfgDbAccessPtr
cfg_db_access
=
srv_config
->
getCfgDbAccess
();
parser
.
parse
(
cfg_db_access
,
config_pair
.
second
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment