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

This commit is contained in:
Chris Buechler 2008-01-22 03:21:49 +00:00
parent 656aa47649
commit 76d3b9a353

View File

@ -1034,7 +1034,7 @@ function interfaces_dhcp_configure($interface) {
$dhclientconf = "";
$dhclientconf .= <<<EOD
timeout 1200;
timeout 60;
retry 1;
select-timeout 0;
initial-interval 1;
@ -1098,7 +1098,7 @@ function interfaces_wan_dhcp_configure() {
$dhclientconf .= <<<EOD
interface "{$wancfg['if']}" {
timeout 1200;
timeout 60;
retry 1;
select-timeout 0;
initial-interval 1;