mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
656aa47649
commit
76d3b9a353
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user