diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-08 17:26:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-08 17:26:00 +0000 |
commit | 59674bc6c1d8ca7c1b0006854f9463bd46ca72ee (patch) | |
tree | 88afa9c2fd25bfd3e3385175ec6c10fffb4f189a /sbin/dhclient/dhclient.conf.5 | |
parent | 727419a21fa3b76267d776626bef335df6e0a26b (diff) |
add 'link-timeout n' seconds option to grammer, from fkr@hazardous.org
default remains 10 seconds.
Diffstat (limited to 'sbin/dhclient/dhclient.conf.5')
-rw-r--r-- | sbin/dhclient/dhclient.conf.5 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/dhclient/dhclient.conf.5 b/sbin/dhclient/dhclient.conf.5 index a56a0f9da7c..d4cd2b39403 100644 --- a/sbin/dhclient/dhclient.conf.5 +++ b/sbin/dhclient/dhclient.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhclient.conf.5,v 1.6 2005/09/30 20:34:23 jaredy Exp $ +.\" $OpenBSD: dhclient.conf.5,v 1.7 2006/05/08 17:25:59 deraadt Exp $ .\" .\" Copyright (c) 1997 The Internet Software Consortium. .\" All rights reserved. @@ -154,6 +154,12 @@ twice the current interval multiplied by a random number between zero and one. If it is greater than the backoff-cutoff amount, it is set to that amount. It defaults to ten seconds. +.It Ic link-timeout Ar time ; +The +.Ic link-timeout +statement sets the amount of time too wait for an interface link before timing +out. Theres a default value of 10 and the special value 0 says that dhclient +should not wait for a link state change before timing out. .El .Sh LEASE REQUIREMENTS AND REQUESTS The DHCP protocol allows the client to request that the server send it |