summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-05-15 19:36:37 +0200
committerErmal LUÇI <eri@pfsense.org>2015-05-15 19:36:37 +0200
commitb92af7ab20a788b63a56cef0474102ba3a75d22c (patch)
tree86d940cf4f45f7e327a99e77d4e14aed0ad0cd0f /etc
parent45e96815a15b163a85da608125d91239ab9801a3 (diff)
downloadpfsense-b92af7ab20a788b63a56cef0474102ba3a75d22c.zip
pfsense-b92af7ab20a788b63a56cef0474102ba3a75d22c.tar.gz
Disable defering in pfsync which is used for active-active deployments not useble in FreeBSD. This should fix hangs reported on some machines wiht pfsync
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index e9f1c65..c2425a0 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1902,6 +1902,7 @@ function interfaces_sync_setup() {
$syncpeer = "-syncpeer";
mwexec("/sbin/ifconfig pfsync0 syncdev {$carp_sync_int} {$syncpeer} up", false);
+ mwexec("/sbin/ifconfig pfsync0 -defer", false);
sleep(1);
OpenPOWER on IntegriCloud