mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix FTP proxy start up for CARP VIPs
This commit is contained in:
parent
eb6de9c867
commit
31eb6cb77d
@ -256,6 +256,8 @@
|
||||
|
||||
mwexec("/sbin/pfctl -f /tmp/rules.debug");
|
||||
|
||||
interfaces_carp_bring_up_final();
|
||||
|
||||
/* start IPsec tunnels */
|
||||
vpn_ipsec_configure();
|
||||
|
||||
@ -264,8 +266,6 @@
|
||||
system_start_ftp_helpers();
|
||||
echo "done.\n";
|
||||
|
||||
interfaces_carp_bring_up_final();
|
||||
|
||||
/* start SNMP service */
|
||||
services_snmpd_configure();
|
||||
|
||||
@ -276,7 +276,7 @@
|
||||
if(isset($config['system']['disableconsolemenu']))
|
||||
touch("/var/etc/console_lockdown");
|
||||
|
||||
filter_configure();
|
||||
filter_configure_sync();
|
||||
|
||||
/* load graphing functions */
|
||||
enable_rrd_graphing();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user