summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-04 20:53:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-04 20:53:36 +0000
commit933e103218f37b60f5a70b7e64e0fd0391f2e079 (patch)
tree23c1d1f8c9db8288fadc1c850ff1b6aafae5e7b2 /etc/inc/pfsense-utils.inc
parent3d00ccaaab8263752cd343dea55b7bd0072a3fae (diff)
downloadpfsense-933e103218f37b60f5a70b7e64e0fd0391f2e079.zip
pfsense-933e103218f37b60f5a70b7e64e0fd0391f2e079.tar.gz
run interfaces_carp_bring_up_final() at end of reload_all
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 0dda488..b61b39e 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1376,7 +1376,10 @@ function reload_all_sync() {
/* reload the filter */
filter_configure_sync();
-
+
+ /* bring up carp interfaces*/
+ interfaces_carp_bring_up_final();
+
/* sync pw database */
conf_mount_rw();
mwexec("/usr/sbin/pwd_mkdb -d /etc/ /etc/master.passwd");
OpenPOWER on IntegriCloud