Updated to Version 23

This commit is contained in:
floh1111 2011-06-21 12:21:52 +00:00
parent 2e9774e620
commit 0b6d5e5c20
4 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
config 'script'
option 'version' '22'
option 'version' '23'
option 'error_level' '0'
option 'logfile' '/var/log/nodewatcher.log'

View File

@ -27,10 +27,10 @@ fi
#Set default values if nothing is set
if [ -n $API_TIMEOUT ]; then
API_TIMEOUT="3"
API_TIMEOUT="5"
fi
if [ -n $API_RETRY ]; then
API_RETRY="3"
API_RETRY="5"
fi
if [ -n $MESH_INTERFACE ]; then
MESH_INTERFACE="br-mesh"

View File

@ -1,5 +1,5 @@
config 'script'
option 'version' '22'
option 'version' '23'
option 'error_level' '0'
option 'logfile' '/var/log/nodewatcher.log'
@ -7,8 +7,8 @@ config 'api'
option 'ipv4_address' '1'
option 'ipv6_interface' 'br-mesh'
option 'ipv6_address' 'fe80::201:2ff:fe03:405'
option 'timeout' '3'
option 'retry' '3'
option 'timeout' '5'
option 'retry' '5'
config 'update'
option 'autoupdate' '1'

View File

@ -1,5 +1,5 @@
config 'script'
option 'version' '22'
option 'version' '23'
option 'error_level' '0'
option 'logfile' '/var/log/nodewatcher.log'
@ -7,8 +7,8 @@ config 'api'
option 'ipv4_address' '1'
option 'ipv6_interface' 'br-mesh'
option 'ipv6_address' 'fe80::201:2ff:fe03:405'
option 'timeout' '3'
option 'retry' '3'
option 'timeout' '5'
option 'retry' '5'
config 'update'
option 'autoupdate' '1'