summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-07-01 19:16:18 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-07-01 19:16:18 +0000
commitc6a22c85329de4ebe1afeda355d2dcdcdba68885 (patch)
treecf9543fd60419a92a5c2edca85e2610f162f164d /etc/rc.bootup
parent8874c692cce5de453d39e57a44411cf46d911836 (diff)
downloadpfsense-c6a22c85329de4ebe1afeda355d2dcdcdba68885.zip
pfsense-c6a22c85329de4ebe1afeda355d2dcdcdba68885.tar.gz
remove the setup_gateways_monitor() from system_routing_configure() as this causes a filter reload loop when
apinger is reloading. Change apinger to reload instead of killing use setup_gateways_monitor() in rc.bootup and rc.newwanip
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index d94878c..4c9447a 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -198,6 +198,8 @@
load_balancer_use_sticky();
slbd_configure();
relayd_configure();
+ /* reconfigure our gateway monitor */
+ setup_gateways_monitor();
/* start OpenVPN server & clients */
openvpn_resync_all();
@@ -337,4 +339,4 @@
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud