aboutsummaryrefslogtreecommitdiffstats
path: root/programs/ipsec/ipsec.in
diff options
context:
space:
mode:
Diffstat (limited to 'programs/ipsec/ipsec.in')
-rwxr-xr-xprograms/ipsec/ipsec.in4
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 "$@"