From: Ted Lemon Date: Sun, 14 Nov 1999 00:11:00 +0000 (+0000) Subject: Document null request list. X-Git-Tag: BCTEL_SPECIAL_19991124~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afa9d40b6e9124954e3a5b1b1aad39b78d37da35;p=thirdparty%2Fdhcp.git Document null request list. --- diff --git a/client/dhclient.conf.5 b/client/dhclient.conf.5 index cde23f9b2..263ce7b26 100644 --- a/client/dhclient.conf.5 +++ b/client/dhclient.conf.5 @@ -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