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
c42401dc
Commit
c42401dc
authored
Oct 23, 2018
by
Francis Dupont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[130-all-keys-sample] last changes before comments
parent
667543f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
doc/examples/kea6/all-keys.json
doc/examples/kea6/all-keys.json
+10
-7
No files found.
doc/examples/kea6/all-keys.json
View file @
c42401dc
//
This
is
not
an
example
configuratiion
but
a
test
sample
for
configuration
//
management
tools.
This
in
no
way
reflect
a
real
configuration.
//
If
you
need
to
load
this
file
you
have
to
update
the
interface
name
(eth
1
)
//
and
the
hook
library
path
(/opt/lib/hooks).
//
WARNING:
This
example
configuration
is
not
meant
for
production
use.
//
The
Kea
DHCPv
6
server
will
refuse
this
configuration
because
it
contains
//
mutually
exclusive
configuration
parameters.
//
//
The
primary
purpose
of
the
example
file
is
to
provide
a
comprehensive
//
list
of
parameters
supported
by
Kea
DHCPv
6
server
along
with
the
brief
//
description
of
each
parameter.
{
"Dhcp6"
:
{
"client-classes"
:
[
...
...
@@ -130,7 +133,7 @@
],
"interfaces-config"
:
{
"interfaces"
:
[
"eth
1
"
"eth
X
"
],
"re-detect"
:
true
},
...
...
@@ -178,7 +181,7 @@
"shared-networks"
:
[
{
"client-class"
:
""
,
"interface"
:
"eth
1
"
,
"interface"
:
"eth
X
"
,
"interface-id"
:
""
,
"name"
:
"my-secret-network"
,
"option-data"
:
[],
...
...
@@ -195,7 +198,7 @@
{
"client-class"
:
""
,
"id"
:
1
,
"interface"
:
"eth
1
"
,
"interface"
:
"eth
X
"
,
"interface-id"
:
""
,
"option-data"
:
[
{
...
...
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