1 $DragonFly: src/sbin/dhclient/common/Attic/dhcp-options.5.no_obj.patch,v 1.1 2006/01/18 02:33:36 dillon Exp $
2 --- dhcp-options.5.orig 2004-06-10 19:59:15.000000000 +0200
3 +++ dhcp-options.5 2004-06-24 16:36:09.000000000 +0200
5 the domain-name option to specify the domain name). See RFC 1035 for
6 character set restrictions. This option is only honored by
8 -if the hostname for the client machine is not set.
9 +if the hostname for the client machine is not set (i.e., set to the empty
15 .B option \fBieee802-3-encapsulation\fR \fIflag\fR\fB;\fR
17 This option specifies whether the client should configure its IP
18 layer to allow forwarding of datagrams with non-local source routes
19 (see Section 3.3.5 of [4] for a discussion of this topic). A value
20 -of false means disallow forwarding of such datagrams, and a value of true
21 +of 0 means disallow forwarding of such datagrams, and a value of true
22 means allow forwarding.
27 This option specifies whether or not the client should negotiate the
28 use of trailers (RFC 893 [14]) when using the ARP protocol. A value
29 -of false indicates that the client should not attempt to use trailers. A
30 +of 0 indicates that the client should not attempt to use trailers. A
31 value of true means that the client should attempt to use trailers.