mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
vpnc-script: enable reconnect
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
@@ -210,6 +210,9 @@ case "$reason" in
|
||||
reconnect)
|
||||
run_hooks reconnect
|
||||
;;
|
||||
attempt-reconnect)
|
||||
run_hooks attempt-reconnect
|
||||
;;
|
||||
*)
|
||||
logger -t openconnect "unknown reason '$reason'. Maybe vpnc-script is out of date" 1>&2
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user