Project

General

Profile

« Previous | Next » 

Revision 555a00ac

Added by Chris Buechler over 17 years ago

Revert dhclient timeout to the default of 60 seconds (originally didn't realize it was in there two more times).

View differences:

etc/inc/interfaces.inc
990 990
 	$dhclientconf = "";
991 991

  
992 992
	$dhclientconf .= <<<EOD
993
timeout 1200;
993
timeout 60;
994 994
retry 1;
995 995
select-timeout 0;
996 996
initial-interval 1;
......
1038 1038
 	$dhclientconf = "";
1039 1039

  
1040 1040
	$dhclientconf .= <<<EOD
1041
timeout 1200;
1041
timeout 60;
1042 1042
retry 1;
1043 1043
select-timeout 0;
1044 1044
initial-interval 1;

Also available in: Unified diff