diff options
Diffstat (limited to 'programs/ipsec/ipsec.in')
-rwxr-xr-x | programs/ipsec/ipsec.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/programs/ipsec/ipsec.in b/programs/ipsec/ipsec.in index 940ca99d5..04156e8ae 100755 --- a/programs/ipsec/ipsec.in +++ b/programs/ipsec/ipsec.in @@ -179,6 +179,10 @@ scencrypt|scdecrypt) $IPSEC_EXECDIR/whack "--$op" "$@" exit 0 ;; +secrets) + $IPSEC_EXECDIR/whack --rereadsecrets + exit 0 + ;; start) shift exec $IPSEC_EXECDIR/starter "$@" |