summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-24 20:47:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-24 20:47:31 +0000
commit19aeae7fb67e08140653984cd7633459af41b0e3 (patch)
tree6ca8ec2735d81628a76ef19c54e478735a5d623c /etc/inc/pfsense-utils.inc
parent5c0a1269165388945cbd6e36a8392ca6cab78283 (diff)
downloadpfsense-19aeae7fb67e08140653984cd7633459af41b0e3.zip
pfsense-19aeae7fb67e08140653984cd7633459af41b0e3.tar.gz
Adjust carp bootup sequence. Do not down the interfaces and later up them.
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index e2ce3c7..ead548b 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1147,9 +1147,6 @@ function reload_interfaces_sync() {
/* set up static routes */
system_routing_configure();
- /* bring up carp interfaces */
- interfaces_carp_bringup();
-
/* enable routing */
system_routing_enable();
}
@@ -1258,9 +1255,6 @@ function reload_all_sync() {
/* start ftp proxy helpers if they are enabled */
system_start_ftp_helpers();
- /* bring up carp interfaces */
- interfaces_carp_bringup();
-
/* reload the filter */
filter_configure();
OpenPOWER on IntegriCloud