From 61a24e4fb0f383bb24355bb72fa66f5be3f83e07 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Mon, 18 May 2015 20:48:22 +0200 Subject: [PATCH] [3747] Fixed whitespaces in the User Guide. --- doc/guide/dhcp4-srv.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index 7bb08f96d7..7c802d3841 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -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 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 - 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. 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 to the network. Another well known case is when the client changes its '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 '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 - 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 setting of the match-client-id. 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. An example configuration that disables reservation looks like follows: - + "Dhcp4": { "subnet4": [ - { + { "subnet": "192.0.2.0/24", "reservation-mode": "disabled", ... - } + } ] } - + -- 2.47.2