Browse Source

vpnc-script: enable reconnect

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
lilik-openwrt-22.03
Nikos Mavrogiannopoulos 4 years ago
parent
commit
80ab3fdc49
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      net/vpnc-scripts/files/vpnc-script

+ 3
- 0
net/vpnc-scripts/files/vpnc-script View File

@ -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


Loading…
Cancel
Save