mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-22 01:49:35 +00:00
- Several spelling typos were repaired, and some cross-references to other
relevant documents were included in the manpages, thanks to a patch by Andrew Pollock which got to us via Tomas Pospisek. [ISC-Bugs #16731]
This commit is contained in:
parent
830ebc4c5b
commit
c759db75e0
4
RELNOTES
4
RELNOTES
@ -234,6 +234,10 @@ the README file.
|
||||
- A grammar error in the dhclient.8 manpage was repaired thanks to a patch
|
||||
from Chris Wagner.
|
||||
|
||||
- Several spelling typos were repaired, and some cross-references to other
|
||||
relevant documents were included in the manpages, thanks to a patch
|
||||
by Andrew Pollock which got to us via Tomas Pospisek.
|
||||
|
||||
Changes since 3.0.5rc1
|
||||
|
||||
- A bug was repaired in fixes to the dhclient, which sought to run the
|
||||
|
@ -24,7 +24,7 @@
|
||||
.\" Support and other services are available for ISC products - see
|
||||
.\" http://www.isc.org for more information.
|
||||
.\"
|
||||
.\" $Id: dhclient.8,v 1.19 2007/04/19 21:18:50 dhankins Exp $
|
||||
.\" $Id: dhclient.8,v 1.20 2007/04/19 21:35:11 dhankins Exp $
|
||||
.\"
|
||||
.TH dhclient 8
|
||||
.SH NAME
|
||||
@ -307,7 +307,7 @@ resume it, set its state attribute to 4.
|
||||
.B DBDIR/dhclient.leases~.
|
||||
.SH SEE ALSO
|
||||
dhcpd(8), dhcrelay(8), dhclient-script(8), dhclient.conf(5),
|
||||
dhclient.leases(5).
|
||||
dhclient.leases(5), dhcp-eval(5).
|
||||
.SH AUTHOR
|
||||
.B dhclient(8)
|
||||
has been written for Internet Systems Consortium
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $Id: dhclient.conf.5,v 1.17 2006/05/15 15:07:49 dhankins Exp $
|
||||
.\" $Id: dhclient.conf.5,v 1.18 2007/04/19 21:35:11 dhankins Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
|
||||
.\" Copyright (c) 1996-2003 by Internet Software Consortium
|
||||
@ -28,7 +28,7 @@
|
||||
.\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see
|
||||
.\" ``http://www.nominum.com''.
|
||||
.\"
|
||||
.\" $Id: dhclient.conf.5,v 1.17 2006/05/15 15:07:49 dhankins Exp $
|
||||
.\" $Id: dhclient.conf.5,v 1.18 2007/04/19 21:35:11 dhankins Exp $
|
||||
.\"
|
||||
.TH dhclient.conf 5
|
||||
.SH NAME
|
||||
@ -637,8 +637,8 @@ This is a very complicated dhclient.conf file - in general, yours
|
||||
should be much simpler. In many cases, it's sufficient to just
|
||||
create an empty dhclient.conf file - the defaults are usually fine.
|
||||
.SH SEE ALSO
|
||||
dhcp-options(5), dhclient.leases(5), dhcpd(8), dhcpd.conf(5), RFC2132,
|
||||
RFC2131.
|
||||
dhcp-options(5), dhcp-eval(5), dhclient.leases(5), dhcpd(8), dhcpd.conf(5),
|
||||
RFC2132, RFC2131.
|
||||
.SH AUTHOR
|
||||
.B dhclient(8)
|
||||
was written by Ted Lemon
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see
|
||||
.\" ``http://www.nominum.com''.
|
||||
.\"
|
||||
.\" $Id: dhcpd.8,v 1.24 2006/07/13 17:28:40 dhankins Exp $
|
||||
.\" $Id: dhcpd.8,v 1.25 2007/04/19 21:35:11 dhankins Exp $
|
||||
.\"
|
||||
.TH dhcpd 8
|
||||
.SH NAME
|
||||
@ -435,7 +435,7 @@ currently supported).
|
||||
.PP
|
||||
.B pool \fIhandle\fR examine
|
||||
.RS 0.5i
|
||||
the pool object associted with this lease (the pool object is not
|
||||
the pool object associated with this lease (the pool object is not
|
||||
currently supported).
|
||||
.RE
|
||||
.PP
|
||||
@ -479,7 +479,7 @@ otherwise is simply the value supplied by the peer.
|
||||
.B atsfp \fItime\fR examine
|
||||
.RS 0.5i
|
||||
the actual tsfp value sent from the peer. This value is forgotten when a
|
||||
lease binding state change is made, to facillitate retransmission logic.
|
||||
lease binding state change is made, to facilitate retransmission logic.
|
||||
.RE
|
||||
.PP
|
||||
.B cltt \fItime\fR examine
|
||||
@ -579,7 +579,7 @@ resynchronize with its peer.
|
||||
.PP
|
||||
On shutdown the server will also attempt to cleanly shut down all
|
||||
OMAPI connections. If these connections do not go down cleanly after
|
||||
five seconds, they are shut down pre-emptively. It can take as much
|
||||
five seconds, they are shut down preemptively. It can take as much
|
||||
as 25 seconds from the beginning of the shutdown process to the time
|
||||
that the server actually exits.
|
||||
.PP
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see
|
||||
.\" ``http://www.nominum.com''.
|
||||
.\"
|
||||
.\" $Id: dhcpd.conf.5,v 1.82 2006/08/28 21:44:42 dhankins Exp $
|
||||
.\" $Id: dhcpd.conf.5,v 1.83 2007/04/19 21:35:12 dhankins Exp $
|
||||
.\"
|
||||
.TH dhcpd.conf 5
|
||||
.SH NAME
|
||||
@ -1651,7 +1651,7 @@ that client will not be able to get an address from the DHCP server.
|
||||
\fBdeny duplicates;\fR
|
||||
.PP
|
||||
Host declarations can match client messages based on the DHCP Client
|
||||
Identifer option or based on the client's network hardware type and
|
||||
Identifier option or based on the client's network hardware type and
|
||||
MAC address. If the MAC address is used, the host declaration will
|
||||
match any client with that MAC address - even clients with different
|
||||
client identifiers. This doesn't normally happen, but is possible
|
||||
@ -2016,7 +2016,7 @@ statement
|
||||
The \fIdynamic-bootp-lease-cutoff\fR statement sets the ending time
|
||||
for all leases assigned dynamically to BOOTP clients. Because BOOTP
|
||||
clients do not have any way of renewing leases, and don't know that
|
||||
their leases could expire, by default dhcpd assignes infinite leases
|
||||
their leases could expire, by default dhcpd assigns infinite leases
|
||||
to all BOOTP clients. However, it may make sense in some situations
|
||||
to set a cutoff date for all BOOTP leases - for example, the end of a
|
||||
school term, or the time at night when a facility is closed and all
|
||||
@ -2404,7 +2404,7 @@ In the event that the UDP response is transmitted to a DHCP Relay, the
|
||||
server generally uses the \fBlocal-port\fR configuration value. Should the
|
||||
DHCP Relay happen to be addressed as 127.0.0.1, however, the DHCP Server
|
||||
transmits its response to the \fBremote-port\fR configuration value. This
|
||||
is generally only useful for testing purposes, and this configuratoin value
|
||||
is generally only useful for testing purposes, and this configuration value
|
||||
should generally not be used.
|
||||
.RE
|
||||
.PP
|
||||
|
Loading…
x
Reference in New Issue
Block a user