mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[3747] Fixed whitespaces in the User Guide.
This commit is contained in:
@@ -2018,12 +2018,12 @@ temporarily override a list of interface names and listen on all interfaces.
|
|||||||
on the client system has been replaced and thus the new MAC address
|
on the client system has been replaced and thus the new MAC address
|
||||||
appears in the messages sent by the DHCP client. If the server fails
|
appears in the messages sent by the DHCP client. If the server fails
|
||||||
to find the lease using the 'client identifier' it will perform another lookup
|
to find the lease using the 'client identifier' it will perform another lookup
|
||||||
using the 'chaddr'. If this lookup returns no result, the client is
|
using the 'chaddr'. If this lookup returns no result, the client is
|
||||||
considered as not having a lease and the new lease will be created.
|
considered as not having a lease and the new lease will be created.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>A common problem reported by network operators is that bogus
|
<para>A common problem reported by network operators is that bogus
|
||||||
client implementations do not use stable client identifiers such as
|
client implementations do not use stable client identifiers such as
|
||||||
generating a new 'client identifier' each time the client connects
|
generating a new 'client identifier' each time the client connects
|
||||||
to the network. Another well known case is when the client changes its
|
to the network. Another well known case is when the client changes its
|
||||||
'client identifier' during the multi-stage boot process (PXE). In such
|
'client identifier' during the multi-stage boot process (PXE). In such
|
||||||
@@ -2103,7 +2103,7 @@ temporarily override a list of interface names and listen on all interfaces.
|
|||||||
existing client's lease. This will return no results because the
|
existing client's lease. This will return no results because the
|
||||||
'client identifier' was not recorded for this lease. The server will
|
'client identifier' was not recorded for this lease. The server will
|
||||||
then use the 'chaddr' and the lease will be found. If the lease appears
|
then use the 'chaddr' and the lease will be found. If the lease appears
|
||||||
to have no 'client identifier' recorded, the server will assume that
|
to have no 'client identifier' recorded, the server will assume that
|
||||||
this lease belongs to the client and that it was created with the previous
|
this lease belongs to the client and that it was created with the previous
|
||||||
setting of the <command>match-client-id</command>.
|
setting of the <command>match-client-id</command>.
|
||||||
However, if the lease contains 'client identifier' which is different
|
However, if the lease contains 'client identifier' which is different
|
||||||
@@ -2419,18 +2419,18 @@ temporarily override a list of interface names and listen on all interfaces.
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
An example configuration that disables reservation looks like follows:
|
An example configuration that disables reservation looks like follows:
|
||||||
<screen>
|
<screen>
|
||||||
"Dhcp4": {
|
"Dhcp4": {
|
||||||
"subnet4": [
|
"subnet4": [
|
||||||
{
|
{
|
||||||
"subnet": "192.0.2.0/24",
|
"subnet": "192.0.2.0/24",
|
||||||
<userinput>"reservation-mode": "disabled"</userinput>,
|
<userinput>"reservation-mode": "disabled"</userinput>,
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
</screen>
|
</screen>
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
Reference in New Issue
Block a user