summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-26 01:39:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-26 01:39:25 +0000
commit3674284cd2b7a4cb3c9d99da9a45bb3a26edc712 (patch)
tree5e47c9b640f3d31698d9a7e615cb3bb6e6e588aa /etc/inc/pfsense-utils.inc
parenta5efc452d568ebf689829b5d56c378aa9850e811 (diff)
downloadpfsense-3674284cd2b7a4cb3c9d99da9a45bb3a26edc712.zip
pfsense-3674284cd2b7a4cb3c9d99da9a45bb3a26edc712.tar.gz
Bring up carp interfaces on reload_interfaces_sync()
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index e75bd61..68cc475 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1283,7 +1283,13 @@ function reload_interfaces_sync() {
system_routing_enable();
/* setup captive portal if needed */
- captiveportal_configure();
+ captiveportal_configure();
+
+ /* bring up carp interfaces */
+ interfaces_carp_configure();
+
+ /* bring up carp interfaces*/
+ interfaces_carp_bring_up_final();
}
/****f* pfsense-utils/reload_all
OpenPOWER on IntegriCloud