]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Document null request list.
authorTed Lemon <source@isc.org>
Sun, 14 Nov 1999 00:11:00 +0000 (00:11 +0000)
committerTed Lemon <source@isc.org>
Sun, 14 Nov 1999 00:11:00 +0000 (00:11 +0000)
client/dhclient.conf.5

index cde23f9b2370d616f9dc93ace1c502e385739945..263ce7b265941fc26005c2b8805c09779d342221 100644 (file)
@@ -170,7 +170,17 @@ are called \fIDHCP Options\fR.  DHCP Options are defined in
 The request statement causes the client to request that any server
 responding to the client send the client its values for the specified
 options.   Only the option names should be specified in the request
-statement - not option parameters.
+statement - not option parameters.   By default, the DHCP server
+requests the subnet-mask, broadcast-address, time-offset, routers,
+domain-name, domain-name-servers and host-name options. 
+.PP
+In some cases, it may be desirable to send no parameter request list
+at all.   To do this, simply write the request statement but specify
+no parameters:
+.PP
+.nf
+       request;
+.fi
 .PP
 .I The
 .B require