summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-24 23:36:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-24 23:36:56 +0000
commit835c9f4a51b3076413563019cae0e50b81a6955f (patch)
tree14f3d35c6db26d4274cd2fa505445f31484f7d77
parent1cdca133dbb94476ff31a15206edf924c5f94da0 (diff)
downloadpfsense-835c9f4a51b3076413563019cae0e50b81a6955f.zip
pfsense-835c9f4a51b3076413563019cae0e50b81a6955f.tar.gz
Alter bringup order
-rw-r--r--etc/inc/pfsense-utils.inc13
1 files changed, 8 insertions, 5 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index cc5e31d..1024fc5 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1023,11 +1023,11 @@ function reload_interfaces() {
/* set up Optional interfaces */
interfaces_optional_configure();
- /* bring up carp interfaces */
- interfaces_carp_bringup();
-
/* set up static routes */
system_routing_configure();
+
+ /* bring up carp interfaces */
+ interfaces_carp_bringup();
/* enable routing */
system_routing_enable();
@@ -1064,7 +1064,7 @@ function reload_all() {
interfaces_optional_configure();
/* bring up carp interfaces */
- interfaces_carp_bringup();
+ interfaces_carp_configure();
/* set up static routes */
system_routing_configure();
@@ -1089,7 +1089,10 @@ function reload_all() {
/* 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