Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
fa9c65b7
Commit
fa9c65b7
authored
Nov 29, 2017
by
Francis Dupont
Browse files
[5351] Updated the doc
parent
4f5be570
Changes
4
Show whitespace changes
Inline
Side-by-side
doc/examples/kea4/advanced.json
View file @
fa9c65b7
...
@@ -101,12 +101,12 @@
...
@@ -101,12 +101,12 @@
"match-client-id"
:
true
,
"match-client-id"
:
true
,
//
The
following
list
defines
subnets.
Each
subnet
consists
of
at
//
The
following
list
defines
subnets.
Each
subnet
consists
of
at
//
least
subnet
and
pool
entries.
One
extra
feature
that
requires
some
//
least
subnet
and
pool
entries.
One
extra
feature
that
requires
//
explanation
is
user-context.
This
is
a
structure
that
you
can
define
//
some
explanation
is
user-context.
This
is
a
structure
that
you
can
//
in
subnets
and
pool
s.
It
is
parsed
by
Kea
,
but
not
used
directly.
//
define
in
subnets
,
pools
and
other
s.
It
is
parsed
by
Kea
,
but
not
//
It
is
intended
to
keep
anything
you
may
want
to
put
there
-
comments
,
//
used
directly.
It
is
intended
to
keep
anything
you
may
want
to
//
extra
designations
,
floor
or
department
names
etc.
These
structures
//
put
there
-
comments
,
extra
designations
,
floor
or
department
//
will
be
made
available
to
Kea
hooks.
//
names
etc.
These
structures
will
be
made
available
to
Kea
hooks.
//
You
can
define
multiple
user-contexts
in
the
same
scope
without
//
You
can
define
multiple
user-contexts
in
the
same
scope
without
//
the
last
one
replacing
previous
values.
A
comment
entry
is
//
the
last
one
replacing
previous
values.
A
comment
entry
is
//
translated
into
a
user-context
with
a
"comment"
property
so
//
translated
into
a
user-context
with
a
"comment"
property
so
...
...
doc/guide/dhcp4-srv.xml
View file @
fa9c65b7
...
@@ -4636,8 +4636,11 @@ autogenerated IDs are not stable across configuration changes.</para>
...
@@ -4636,8 +4636,11 @@ autogenerated IDs are not stable across configuration changes.</para>
</para>
</para>
<para>
<para>
User contexts can be specified on either subnet or pool level. One
User contexts can be specified on either global scope,
other useful usage is the ability to store comments or descriptions.
shared network, subnet, pool, client class, option data or
definition level but not yet for a host reservation. One
other useful usage is the ability to store comments or
descriptions.
</para>
</para>
<para>
<para>
...
...
doc/guide/dhcp6-srv.xml
View file @
fa9c65b7
...
@@ -4597,8 +4597,11 @@ autogenerated IDs are not stable across configuration changes.
...
@@ -4597,8 +4597,11 @@ autogenerated IDs are not stable across configuration changes.
</para>
</para>
<para>
<para>
User contexts can be specified on either subnet or pool level. One
User contexts can be specified on either global scope,
other useful usage is the ability to store comments or descriptions.
shared network, subnet, pool, client class, option data or
definition level but not yet for a host reservation. One
other useful usage is the ability to store comments or
descriptions.
</para>
</para>
<para>
<para>
...
...
doc/guide/hooks.xml
View file @
fa9c65b7
...
@@ -2566,10 +2566,13 @@ both the command and the response.
...
@@ -2566,10 +2566,13 @@ both the command and the response.
common usage.
common usage.
</para>
</para>
<para>
<para>
As of Kea 1.3, the structures that allow user contexts are pools of all
As of Kea 1.3, the structures that allow user contexts are
types (addresses and prefixes) and subnets. These are supported in both
pools of all types (addresses and prefixes) and subnets. Kea
DHCPv4 and DHCPv6. It is expected that other structures will be extended
1.4 extended to the global scope, shared-networks, client
in the future to provide the user context capability.
classes, and option data and definitions. These are supported
in both DHCPv4 and DHCPv6. It is expected that host
reservations and other structures will be extended in the
future to provide the user context capability.
</para>
</para>
</section>
</section>
...
...
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