summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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