summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-10-18 15:17:39 -0200
committerRenato Botelho <renato.botelho@bluepex.com>2010-10-18 15:17:39 -0200
commitf5fe66cd96ed7903244b83564d4a74f16ca6369f (patch)
tree452cbb6b6fcbda26c1b89693487519bfc5903e84 /etc/inc/interfaces.inc
parent26f131b816e4925b94a7c74601238e5250c620c8 (diff)
parent5d763c0e195a68e25467b7ccc0949453214e8d14 (diff)
downloadpfsense-f5fe66cd96ed7903244b83564d4a74f16ca6369f.zip
pfsense-f5fe66cd96ed7903244b83564d4a74f16ca6369f.tar.gz
Merge remote branch 'mainline/master' into inc
Diffstat (limited to 'etc/inc/interfaces.inc')
-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 8e749e5..bb65766 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -844,7 +844,7 @@ function interface_bring_down($interface = "wan", $destroy = false) {
if ($realif == $ppp['if']) {
if (file_exists("{$g['varrun_path']}/{$ifcfg['ipaddr']}_{$interface}.pid")) {
killbypid("{$g['varrun_path']}/{$ifcfg['ipaddr']}_{$interface}.pid");
- sleep(2);
+ sleep(5);
}
unlink_if_exists("{$g['varetc_path']}/mpd_{$interface}.conf");
if (isset($ppp['ondemand']) && !$destroy)
OpenPOWER on IntegriCloud