summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-06-03 03:36:18 +0000
committerChris Buechler <cmb@pfsense.org>2008-06-03 03:36:18 +0000
commit2b263ed6ca0f7208672afa08ea58ee9f95e834a8 (patch)
tree38ed4355ab2e287e698e18d8bffe2e3e1dccc425 /etc/rc.bootup
parent47124fa2dae53898a2448f350d44ac3c8d18e2fb (diff)
downloadpfsense-2b263ed6ca0f7208672afa08ea58ee9f95e834a8.zip
pfsense-2b263ed6ca0f7208672afa08ea58ee9f95e834a8.tar.gz
fix FTP proxy start up for CARP VIPs
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index a82dfb7..537f606 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -262,6 +262,8 @@
echo "done.\n";
mwexec("/sbin/pfctl -f /tmp/rules.debug");
+
+ interfaces_carp_bring_up_final();
/* start IPsec tunnels */
vpn_ipsec_configure();
@@ -271,8 +273,6 @@
system_start_ftp_helpers();
echo "done.\n";
- interfaces_carp_bring_up_final();
-
/* start SNMP service */
services_snmpd_configure();
@@ -283,7 +283,7 @@
if(isset($config['system']['disableconsolemenu']))
touch("/var/etc/console_lockdown");
- filter_configure();
+ filter_configure_sync();
/* load graphing functions */
enable_rrd_graphing();
OpenPOWER on IntegriCloud