diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-12-18 19:11:45 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-12-18 19:11:45 +0000 |
commit | bfef1f6cd6ce06575f8eea0fdd63c2e88611eda8 (patch) | |
tree | e5209a11466463faa3ddf943d1bb12df11160117 /sbin/dhclient | |
parent | fffec15e9e1a95fb66e1581a8d424dce71067099 (diff) |
remove statement for send parameter: "except that the client can
specify a dhcp-lease-time option other than the default requested
lease time, which is two hours".
we don't by default send a dhcp-lease-time option in request/discover.
ok jmc@, henning@ 'if you are sure'
Diffstat (limited to 'sbin/dhclient')
-rw-r--r-- | sbin/dhclient/dhclient.conf.5 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sbin/dhclient/dhclient.conf.5 b/sbin/dhclient/dhclient.conf.5 index 5c7a90fd343..7ac3c69336b 100644 --- a/sbin/dhclient/dhclient.conf.5 +++ b/sbin/dhclient/dhclient.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhclient.conf.5,v 1.11 2006/06/02 15:19:24 stevesk Exp $ +.\" $OpenBSD: dhclient.conf.5,v 1.12 2006/12/18 19:11:44 stevesk Exp $ .\" .\" Copyright (c) 1997 The Internet Software Consortium. .\" All rights reserved. @@ -206,10 +206,8 @@ the specified values. These are full option declarations as described in .Xr dhcp-options 5 . Options that are always sent in the DHCP protocol should not be specified -here, except that the client can specify a -.Ar dhcp-lease-time -option other than the default requested lease time, which is two hours. -The other obvious use for this statement is to send information to the server +here. +One use for this statement is to send information to the server that will allow it to differentiate between this client and other clients or kinds of clients. .El |