diff options
Diffstat (limited to 'contrib/isc-dhcp/common/dhcp-options.5')
-rw-r--r-- | contrib/isc-dhcp/common/dhcp-options.5 | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/contrib/isc-dhcp/common/dhcp-options.5 b/contrib/isc-dhcp/common/dhcp-options.5 index 17349e8..4c4cfc6 100644 --- a/contrib/isc-dhcp/common/dhcp-options.5 +++ b/contrib/isc-dhcp/common/dhcp-options.5 @@ -35,7 +35,7 @@ .\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see .\" ``http://www.nominum.com''. .\" -.\" $Id: dhcp-options.5,v 1.19.2.8 2002/08/26 03:08:39 dhankins Exp $ +.\" $FreeBSD$ .\" .TH dhcpd-options 5 .SH NAME @@ -247,7 +247,7 @@ server reply (DHCPOFFER), a DHCP server uses this option to specify the lease time it is willing to offer. .PP This option is not directly user configurable in the server; refer to the -\fImax-lease-time\fR and \fIdefault-lease-time\fR server options in +\fImax-lease-time\fR and \fidefault-lease-time\fR server options in .B dhcpd.conf(5). .RE .PP @@ -431,7 +431,10 @@ not be qualified with the local domain name (it is preferable to use the domain-name option to specify the domain name). See RFC 1035 for character set restrictions. This option is only honored by .B dhclient-script(8) -if the hostname for the client machine is not set. +if the hostname for the client machine is not set (i.e., set to the empty +string in +.B rc.conf(5) +). .RE .PP .B option \fBieee802-3-encapsulation\fR \fIflag\fR\fB;\fR @@ -516,7 +519,7 @@ respond. .RS 0.25i .PP This option specifies the maximum size datagram that the client -should be prepared to reassemble. The minimum legal value is +should be prepared to reassemble. The minimum value legal value is 576. .RE .PP @@ -554,7 +557,7 @@ The nds-servers option specifies a list of IP addresses of NDS servers. .B option \fBnds-tree-name\fR \fIstring\fR\fB;\fR .RS 0.25i .PP -The nds-tree-name option specifies NDS tree name that the NDS client +The nds-context option specifies NDS tree name that the NDS client should use. .RE .PP @@ -654,7 +657,7 @@ client. Servers should be listed in order of preference. This option specifies whether the client should configure its IP layer to allow forwarding of datagrams with non-local source routes (see Section 3.3.5 of [4] for a discussion of this topic). A value -of false means disallow forwarding of such datagrams, and a value of true +of 0 means disallow forwarding of such datagrams, and a value of true means allow forwarding. .RE .PP @@ -948,7 +951,7 @@ preference. .PP This option specifies whether or not the client should negotiate the use of trailers (RFC 893 [14]) when using the ARP protocol. A value -of false indicates that the client should not attempt to use trailers. A +of 0 indicates that the client should not attempt to use trailers. A value of true means that the client should attempt to use trailers. .RE .PP @@ -1117,7 +1120,7 @@ the format in which the \fIfqdn.fqdn\fR suboption is encoded. .PP .B option fqdn.rcode1 \fIflag\fB; .PP -.B option fqdn.rcode2 \fIflag\fB; +.B option fqdn.rcode1 \fIflag\fB; .RS 0.25i .PP These options specify the result of the updates of the A and PTR records, @@ -1516,8 +1519,8 @@ server to use options in the SUNW option space to construct the .B vendor-encapsulated-options option. .SH SEE ALSO -dhcpd.conf(5), dhcpd.leases(5), dhclient.conf(5), dhcp-eval(5), dhcpd(8), -dhclient(8), RFC2132, RFC2131, draft-ietf-dhc-agent-options-??.txt. +dhclient.conf(5), dhcp-eval(5), +dhclient(8), RFC2132, RFC2131. .SH AUTHOR The Internet Software Consortium DHCP Distribution was written by Ted Lemon under a contract with Vixie Labs. Funding for |