fastd: update to v14

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
Matthias Schiffer
2014-06-30 23:03:54 +02:00
parent ece8d3b51f
commit baa93d58d5
3 changed files with 24 additions and 5 deletions
+5
View File
@@ -3,6 +3,8 @@
START=95
SERVICE_USE_PID=1
EXTRA_COMMANDS="up down show_key generate_key"
LIST_SEP="
@@ -359,16 +361,19 @@ reload_instance() {
start() {
config_load 'fastd'
config_foreach start_instance 'fastd'
return 0
}
stop() {
config_load 'fastd'
config_foreach stop_instance 'fastd'
return 0
}
reload() {
config_load 'fastd'
config_foreach reload_instance 'fastd'
return 0
}
up() {