Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
Kea
Commits
bf0d433c
Commit
bf0d433c
authored
Jun 12, 2018
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[5549a] Doc changes after review
parent
116962dd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
16 deletions
+25
-16
doc/guide/classify.xml
doc/guide/classify.xml
+7
-4
doc/guide/dhcp4-srv.xml
doc/guide/dhcp4-srv.xml
+9
-6
doc/guide/dhcp6-srv.xml
doc/guide/dhcp6-srv.xml
+9
-6
No files found.
doc/guide/classify.xml
View file @
bf0d433c
...
...
@@ -101,9 +101,9 @@
<listitem><para>
Host reservations are looked for. If an identifier from the
incoming packet matches a host reservation in the subnet or
shared network, the packet is associated with
either
the KNOWN
or the UNKNOWN builtin classes and all classes of the hos
t
reservation
.
shared network, the packet is associated with the KNOWN
class
and all classes of the host reservation. If a reservation is no
t
found, the packet is assigned to UNKNOWN class
.
</para></listitem>
<listitem><para>
Classes with matching expressions using directly or indirectly
...
...
@@ -111,7 +111,10 @@
request") evaluation are processed in the order they are defined
in the configuration: the boolean expression is evaluated and
when it returns true ("match") the incoming packet is associated
to the class.
to the class. The determination whether there is a reservation
for a given client is made after a subnet is selected. As such, it
is not possible to use KNOWN/UNKNOWN classes to select a shared
network or a subnet.
</para></listitem>
<listitem><para>
If needed, addresses and prefixes from pools are assigned,
...
...
doc/guide/dhcp4-srv.xml
View file @
bf0d433c
...
...
@@ -2239,12 +2239,15 @@ It is merely echoed by the server
</para>
<para>
In a similar way a pool can be constrained to serve only known clients,
i.e. clients which have a reservation, using the build-n "KNOWN" or
"UNKNOWN" classes.
One can assign addresses to registered clients without giving a
different address per reservations, for instance when there is
not enough available addresses.
In a similar way a pool can be constrained to serve only known
clients, i.e. clients which have a reservation, using the
build-n "KNOWN" or "UNKNOWN" classes. One can assign addresses
to registered clients without giving a different address per
reservations, for instance when there is not enough available
addresses. The determination whether there is a reservation
for a given client is made after a subnet is selected. As such, it
is not possible to use KNOWN/UNKNOWN classes to select a shared
network or a subnet.
</para>
<para>
...
...
doc/guide/dhcp6-srv.xml
View file @
bf0d433c
...
...
@@ -2237,12 +2237,15 @@ should include options from the isc option space:
</para>
<para>
In a similar way a pool can be constrained to serve only known clients,
i.e. clients which have a reservation, using the build-n "KNOWN" or
"UNKNOWN" classes.
One can assign addresses to registered clients without giving a
different address per reservations, for instance when there is
not enough available addresses.
In a similar way a pool can be constrained to serve only known
clients, i.e. clients which have a reservation, using the
build-n "KNOWN" or "UNKNOWN" classes. One can assign addresses
to registered clients without giving a different address per
reservations, for instance when there is not enough available
addresses. The determination whether there is a reservation
for a given client is made after a subnet is selected. As such, it
is not possible to use KNOWN/UNKNOWN classes to select a shared
network or a subnet.
</para>
<para>
...
...
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