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
39afdf51
Commit
39afdf51
authored
Jul 05, 2017
by
Tomek Mrugalski
🛰
Browse files
[5121] Examples updated.
parent
fb7b0120
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/examples/kea4/reservations.json
View file @
39afdf51
...
...
@@ -58,7 +58,15 @@
{
"pools"
:
[
{
"pool"
:
"192.0.2.1 - 192.0.2.200"
}
],
"subnet"
:
"192.0.2.0/24"
,
"interface"
:
"eth0"
,
"interface"
:
"eth0"
,
//
This
directive
tells
Kea
that
reservations
may
be
made
both
in-pool
//
and
out-of-pool.
For
improved
performance
,
you
may
move
all
reservations
//
out
of
the
dynamic
pool
and
change
reservation-mode
to
"out-of-pool"
.
//
Kea
will
then
be
able
to
skip
querying
for
host
reservations
when
//
assigning
leases
from
dynamic
pool.
"reservation-mode"
:
"all"
,
"reservations"
:
[
#
This
is
a
reservation
for
a
specific
hardware/MAC
address.
It's
a
very
...
...
doc/examples/kea6/reservations.json
View file @
39afdf51
...
...
@@ -41,6 +41,13 @@
{
"subnet"
:
"2001:db8:1::/48"
,
//
This
directive
tells
Kea
that
reservations
may
be
made
both
in-pool
//
and
out-of-pool.
For
improved
performance
,
you
may
move
all
reservations
//
out
of
the
dynamic
pool
and
change
reservation-mode
to
"out-of-pool"
.
//
Kea
will
then
be
able
to
skip
querying
for
host
reservations
when
//
assigning
leases
from
dynamic
pool.
"reservation-mode"
:
"all"
,
"pools"
:
[
{
"pool"
:
"2001:db8:1::/80"
}
],
"pd-pools"
:
[
...
...
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