From fb6a3e7a1a75e8c647cfa7aaab550751fbcf1db5 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 22 Feb 2013 09:40:11 -0300 Subject: [PATCH] Set pfsync0 as down when it's not being used --- etc/inc/interfaces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 9eeb6c58ca..1b53b5fc49 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -1874,7 +1874,7 @@ function interfaces_carp_setup() { log_error("pfsync done in $i seconds."); log_error("Configuring CARP settings finalize..."); } else { - mwexec("/sbin/ifconfig pfsync0 -syncdev -syncpeer", false); + mwexec("/sbin/ifconfig pfsync0 -syncdev -syncpeer down", false); } if($config['virtualip']['vip'])