diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2008-07-01 19:16:18 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2008-07-01 19:16:18 +0000 |
commit | c6a22c85329de4ebe1afeda355d2dcdcdba68885 (patch) | |
tree | cf9543fd60419a92a5c2edca85e2610f162f164d /etc/inc/system.inc | |
parent | 8874c692cce5de453d39e57a44411cf46d911836 (diff) | |
download | pfsense-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.inc | 6 |
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() { |