Lines Matching refs:the
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
32 # the interface name to the parameter name. For example, to make
46 # By default, when the DHCP agent is sent a SIGTERM (typically when
47 # the system is shut down), all managed addresses are dropped rather
48 # than released. Dropping an address does not notify the DHCP server
49 # that the address is no longer in use, leaving it possibly available
50 # for subsequent use by the same client. If DHCP is later restarted
51 # on the interface, the client will ask the server if it can continue
52 # to use the address. If the server either grants the request, or
53 # does not answer (and the lease has not yet expired), then the client
54 # will use the original address.
56 # Similarly, when the system is suspended and then woken up or when
57 # the link status transitions from down to up, DHCP will ask the server
58 # to continue to use the managed address, in case the lease has changed.
60 # By uncommenting the following parameter-value pairs, all managed
63 # received, the DHCP server is notified that the address is available
64 # for use, and the address will not be saved for a later restart. If
66 # the previous lease, but if unable to do so, it will not attempt to
72 # By default, the DHCP agent waits 3 seconds to collect OFFER
75 # behavior, set and uncomment the following parameter-value pair.
76 # Note: this does not control the retransmission strategy for
82 # By default, the DHCP agent does not send out a client identifier
83 # (and hence, the chaddr field is used by the DHCP server as the
84 # client identifier.) To make the DHCP agent send a client
85 # identifier, set and uncomment the following parameter-value pair.
88 # digits (for example, the value 0xAABBCC11 would set the client
89 # identifier to the 4-byte binary sequence 0xAA 0xBB 0xCC 0x11).
93 # By default, the DHCP agent will try to request the hostname currently
94 # associated with the interface performing DHCP. If this option is
95 # enabled, the agent will attempt to find a host name in /etc/hostname.<if>,
96 # which must contain a line of the form
100 # where "name" is a single RFC 1101-compliant token. If found, the token
101 # will be used to request that host name from the DHCP server. To prevent
102 # this, uncomment the following line.
108 # address (28), and encapsulated vendor options (43), is sent to the DHCP
109 # server when the DHCP agent sends requests. However, if desired, this
110 # can be changed by altering the following parameter-value pair. The
111 # numbers correspond to the values defined in the IANA bootp-dhcp-parameters
112 # registry at the time of this writing. Site and standard option names from
119 # NIS domain (29). This may be changed by altering the following parameter-
120 # value pair. The numbers correspond to the values defined in the IANA
121 # dhcpv6-parameters registry at the time of this writing. Site and standard
125 # The parameter ignore list allows you to instruct the DHCP client to discard
126 # optional parameters received from the DHCP server. The format is the same
127 # as the request list above. When discarded, a parameter will not be acted
128 # on by the DHCP client or returned to users via the dhcpinfo(1) command.