mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-29 13:28:14 +00:00
0 -> false; 1 -> true
This commit is contained in:
parent
c66a31b260
commit
f20a57ed9b
@ -112,8 +112,8 @@ The standard options are:
|
|||||||
This option specifies whether or not the client may assume that all
|
This option specifies whether or not the client may assume that all
|
||||||
subnets of the IP network to which the client is connected use the
|
subnets of the IP network to which the client is connected use the
|
||||||
same MTU as the subnet of that network to which the client is
|
same MTU as the subnet of that network to which the client is
|
||||||
directly connected. A value of 1 indicates that all subnets share
|
directly connected. A value of true indicates that all subnets share
|
||||||
the same MTU. A value of 0 means that the client should assume that
|
the same MTU. A value of false means that the client should assume that
|
||||||
some subnets of the directly connected network may have smaller MTUs.
|
some subnets of the directly connected network may have smaller MTUs.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
@ -258,8 +258,8 @@ character set restrictions.
|
|||||||
.PP
|
.PP
|
||||||
This option specifies whether or not the client should use Ethernet
|
This option specifies whether or not the client should use Ethernet
|
||||||
Version 2 (RFC 894) or IEEE 802.3 (RFC 1042) encapsulation if the
|
Version 2 (RFC 894) or IEEE 802.3 (RFC 1042) encapsulation if the
|
||||||
interface is an Ethernet. A value of 0 indicates that the client
|
interface is an Ethernet. A value of false indicates that the client
|
||||||
should use RFC 894 encapsulation. A value of 1 means that the client
|
should use RFC 894 encapsulation. A value of true means that the client
|
||||||
should use RFC 1042 encapsulation.
|
should use RFC 1042 encapsulation.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
@ -292,8 +292,8 @@ legal value for the MTU is 68.
|
|||||||
.RS 0.25i
|
.RS 0.25i
|
||||||
.PP
|
.PP
|
||||||
This option specifies whether the client should configure its IP
|
This option specifies whether the client should configure its IP
|
||||||
layer for packet forwarding. A value of 0 means disable IP
|
layer for packet forwarding. A value of false means disable IP
|
||||||
forwarding, and a value of 1 means enable IP forwarding.
|
forwarding, and a value of true means enable IP forwarding.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
.B option \fBirc-server\fR \fIip-address\fR [\fB,\fR
|
.B option \fBirc-server\fR \fIip-address\fR [\fB,\fR
|
||||||
@ -326,8 +326,8 @@ of preference.
|
|||||||
.RS 0.25i
|
.RS 0.25i
|
||||||
.PP
|
.PP
|
||||||
This option specifies whether or not the client should respond to
|
This option specifies whether or not the client should respond to
|
||||||
subnet mask requests using ICMP. A value of 0 indicates that the
|
subnet mask requests using ICMP. A value of false indicates that the
|
||||||
client should not respond. A value of 1 means that the client should
|
client should not respond. A value of true means that the client should
|
||||||
respond.
|
respond.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
@ -489,7 +489,7 @@ client. Servers should be listed in order of preference.
|
|||||||
This option specifies whether the client should configure its IP
|
This option specifies whether the client should configure its IP
|
||||||
layer to allow forwarding of datagrams with non-local source routes
|
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
|
(see Section 3.3.5 of [4] for a discussion of this topic). A value
|
||||||
of 0 means disallow forwarding of such datagrams, and a value of 1
|
of 0 means disallow forwarding of such datagrams, and a value of true
|
||||||
means allow forwarding.
|
means allow forwarding.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
@ -523,8 +523,8 @@ The minimum MTU value cannot be smaller than 68.
|
|||||||
.RS 0.25i
|
.RS 0.25i
|
||||||
.PP
|
.PP
|
||||||
This option specifies whether or not the client should perform subnet
|
This option specifies whether or not the client should perform subnet
|
||||||
mask discovery using ICMP. A value of 0 indicates that the client
|
mask discovery using ICMP. A value of false indicates that the client
|
||||||
should not perform mask discovery. A value of 1 means that the
|
should not perform mask discovery. A value of true means that the
|
||||||
client should perform mask discovery.
|
client should perform mask discovery.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
@ -576,8 +576,8 @@ characters from the NVT ASCII character set.
|
|||||||
.PP
|
.PP
|
||||||
This option specifies whether or not the client should solicit
|
This option specifies whether or not the client should solicit
|
||||||
routers using the Router Discovery mechanism defined in RFC 1256.
|
routers using the Router Discovery mechanism defined in RFC 1256.
|
||||||
A value of 0 indicates that the client should not perform
|
A value of false indicates that the client should not perform
|
||||||
router discovery. A value of 1 means that the client should perform
|
router discovery. A value of true means that the client should perform
|
||||||
router discovery.
|
router discovery.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
@ -672,8 +672,8 @@ This specifies the IP address of the client's swap server.
|
|||||||
.PP
|
.PP
|
||||||
This option specifies the whether or not the client should send TCP
|
This option specifies the whether or not the client should send TCP
|
||||||
keepalive messages with a octet of garbage for compatibility with
|
keepalive messages with a octet of garbage for compatibility with
|
||||||
older implementations. A value of 0 indicates that a garbage octet
|
older implementations. A value of false indicates that a garbage octet
|
||||||
should not be sent. A value of 1 indicates that a garbage octet
|
should not be sent. A value of true indicates that a garbage octet
|
||||||
should be sent.
|
should be sent.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
@ -718,7 +718,7 @@ preference.
|
|||||||
This option specifies whether or not the client should negotiate the
|
This option specifies whether or not the client should negotiate the
|
||||||
use of trailers (RFC 893 [14]) when using the ARP protocol. A value
|
use of trailers (RFC 893 [14]) when using the ARP protocol. A value
|
||||||
of 0 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 1 means that the client should attempt to use trailers.
|
value of true means that the client should attempt to use trailers.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
.B option \fBuap-servers\fR \fItext\fR\fB;\fR
|
.B option \fBuap-servers\fR \fItext\fR\fB;\fR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user