summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
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/inc/system.inc
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/inc/system.inc')
-rw-r--r--etc/inc/system.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index ab7a5ee..f271244 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -300,11 +300,7 @@ function system_routing_configure() {
}
fclose($fd);
}
-
- /* create routes for gateways and setup monitoring */
- setup_gateways_monitor();
-
- return 0;
+ return true;
}
function system_routing_enable() {
OpenPOWER on IntegriCloud