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
Adam Osuchowski
Kea
Commits
d67528d0
Commit
d67528d0
authored
May 11, 2016
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] Corrections in the config examples.
parent
b20d5e68
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
doc/examples/kea4/hooks.json
doc/examples/kea4/hooks.json
+3
-1
doc/examples/kea6/advanced.json
doc/examples/kea6/advanced.json
+1
-1
doc/examples/kea6/hooks.json
doc/examples/kea6/hooks.json
+6
-0
No files found.
doc/examples/kea4/hooks.json
View file @
d67528d0
...
@@ -15,10 +15,12 @@
...
@@ -15,10 +15,12 @@
"type"
:
"memfile"
"type"
:
"memfile"
},
},
"valid-lifetime"
:
1800
,
#
Define
a
single
subnet.
#
Define
a
single
subnet.
"subnet4"
:
[
"subnet4"
:
[
{
{
"pools"
:
[
{
"pool"
:
"192.0.2.1 - 19
.
2.0.2.200"
}
],
"pools"
:
[
{
"pool"
:
"192.0.2.1 - 192.0.2.200"
}
],
"subnet"
:
"192.0.2.0/24"
,
"subnet"
:
"192.0.2.0/24"
,
"interface"
:
"ethX"
"interface"
:
"ethX"
}
}
...
...
doc/examples/kea6/advanced.json
View file @
d67528d0
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
#
http://www.iana.org/assignments/dhcpv
6
-parameters/dhcpv
6
-parameters.xhtml#options-relay-supplied
#
http://www.iana.org/assignments/dhcpv
6
-parameters/dhcpv
6
-parameters.xhtml#options-relay-supplied
#
However
,
it
is
possible
to
allow
the
server
to
echo
back
additional
options.
#
However
,
it
is
possible
to
allow
the
server
to
echo
back
additional
options.
#
This
entry
marks
options
110
,
120
and
130
as
RSOO-enabled.
#
This
entry
marks
options
110
,
120
and
130
as
RSOO-enabled.
"relay-supplied-options"
:
[
"110"
,
"120"
,
"130"
],
"
"relay-supplied-options"
:
[
"110"
,
"120"
,
"130"
],
#
Addresses
will
be
assigned
with
preferred
and
valid
lifetimes
#
Addresses
will
be
assigned
with
preferred
and
valid
lifetimes
#
being
3000
and
4000
,
respectively.
Client
is
told
to
start
#
being
3000
and
4000
,
respectively.
Client
is
told
to
start
...
...
doc/examples/kea6/hooks.json
View file @
d67528d0
...
@@ -15,6 +15,12 @@
...
@@ -15,6 +15,12 @@
"type"
:
"memfile"
"type"
:
"memfile"
},
},
#
Set
values
to
mandatory
timers
"renew-timer"
:
900
,
"rebind-timer"
:
1200
,
"preferred-lifetime"
:
1800
,
"valid-lifetime"
:
2700
,
#
Define
a
single
subnet.
#
Define
a
single
subnet.
"subnet6"
:
[
"subnet6"
:
[
{
{
...
...
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