[packages] multiwan: updated revision, updated cache loading on

health_monitor


git-svn-id: svn://svn.openwrt.org/openwrt/packages@21343 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
craigc 2010-05-03 15:40:47 +00:00
parent 5363cf0975
commit a7bb4ce0a9
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=multiwan
PKG_VERSION:=1.0.3
PKG_VERSION:=1.0.4
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk

View File

@ -829,6 +829,8 @@ local check_test
local health_interval
local check_for_job
. /tmp/.mwan/cache
timeout=`uci -q -P /var/state get multiwan.${1}.timeout`
icmp_hosts=`uci -q -P /var/state get multiwan.${1}.icmp_hosts`
health_interval=`uci -q -P /var/state get multiwan.${1}.health_interval`