summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-01-21 06:55:44 +0000
committerChris Buechler <cmb@pfsense.org>2008-01-21 06:55:44 +0000
commit1db50557ed0f0f566538e0fd89f578f2cf48db3d (patch)
treef0c6544878b5193e1a51e3e960d769e80b7db973 /etc
parentc17774a68d61fe0b44c900d994ed1d1b7618d274 (diff)
downloadpfsense-1db50557ed0f0f566538e0fd89f578f2cf48db3d.zip
pfsense-1db50557ed0f0f566538e0fd89f578f2cf48db3d.tar.gz
Revert dhclient timeout to the default of 60 seconds.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index db5b19f..0e8352a 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -975,7 +975,7 @@ function interfaces_opt_dhcp_configure($interface) {
$dhclientconf = "";
$dhclientconf .= <<<EOD
-timeout 1200;
+timeout 60;
retry 1;
select-timeout 0;
initial-interval 1;
OpenPOWER on IntegriCloud