Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Pavel Zhukov
Kea
Commits
667543f4
Commit
667543f4
authored
Oct 23, 2018
by
Francis Dupont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[130-all-keys-sample] Addressed comments (note that I am still running tests)
parent
c79d1a12
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
doc/Makefile.am
doc/Makefile.am
+0
-2
doc/examples/kea4/all-keys.json
doc/examples/kea4/all-keys.json
+1
-1
src/bin/dhcp4/tests/parser_unittest.cc
src/bin/dhcp4/tests/parser_unittest.cc
+1
-0
src/bin/dhcp6/tests/parser_unittest.cc
src/bin/dhcp6/tests/parser_unittest.cc
+1
-0
No files found.
doc/Makefile.am
View file @
667543f4
...
...
@@ -61,10 +61,8 @@ nobase_dist_doc_DATA += examples/netconf/comments.json
nobase_dist_doc_DATA
+=
examples/netconf/simple.json
nobase_dist_doc_DATA
+=
examples/netconf/simple-dhcp4.json
if
HAVE_GTEST
nobase_dist_doc_DATA
+=
examples/kea4/all-keys.json
nobase_dist_doc_DATA
+=
examples/kea6/all-keys.json
endif
devel
:
mkdir
-p
html
...
...
doc/examples/kea4/all-keys.json
View file @
667543f4
...
...
@@ -290,7 +290,7 @@
//
Specifies
a
list
of
interfaces
on
which
the
Kea
DHCPv
4
//
server
should
listen
to
the
DHCP
requests.
"interfaces"
:
[
"eth
1
"
"eth
X
"
],
//
Enumeration
which
indicates
what
interface
should
be
used
...
...
src/bin/dhcp4/tests/parser_unittest.cc
View file @
667543f4
...
...
@@ -264,6 +264,7 @@ void testFile(const std::string& fname) {
// the second time with Parser4. Both JSON trees are then compared.
TEST
(
ParserTest
,
file
)
{
vector
<
string
>
configs
=
{
"advanced.json"
,
"all-keys.json"
,
"backends.json"
,
"cassandra.json"
,
"classify.json"
,
...
...
src/bin/dhcp6/tests/parser_unittest.cc
View file @
667543f4
...
...
@@ -270,6 +270,7 @@ void testFile(const std::string& fname) {
TEST
(
ParserTest
,
file
)
{
vector
<
string
>
configs
;
configs
.
push_back
(
"advanced.json"
);
configs
.
push_back
(
"all-keys.json"
);
configs
.
push_back
(
"backends.json"
);
configs
.
push_back
(
"cassandra.json"
);
configs
.
push_back
(
"classify.json"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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