summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-07-11 20:37:18 +0000
committerErmal <eri@pfsense.org>2011-07-11 20:37:31 +0000
commit70013f0636b777184968fa42dfc5bb124655bbce (patch)
treeac031d0b56d6bee51b2a04f76dec24424bfede43 /etc/inc/interfaces.inc
parent6d8097b2ad92f5cd817e4c691fc1dc76356894a4 (diff)
downloadpfsense-70013f0636b777184968fa42dfc5bb124655bbce.zip
pfsense-70013f0636b777184968fa42dfc5bb124655bbce.tar.gz
Actually give pfsync time to catch up.
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 9a984dc..0bbd429 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1683,6 +1683,8 @@ function interfaces_carp_setup() {
$cmdchain->add("Bring up pfsync0", "/sbin/ifconfig pfsync0 syncdev lo0 up", false);
if ($g['booting']) {
+ sleep(1);
+
/* XXX: Handle an issue with pfsync(4) and carp(4). In a cluster carp will come up before pfsync(4) has updated and so will cause issuese
* for exiting sessions.
*/
OpenPOWER on IntegriCloud