aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2006-06-12 08:47:28 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2006-06-12 08:47:28 +0000
commit64f4d918987275a0065ba4f6680648ca2f5eb7de (patch)
tree4cffffcae16f81ed4dc01f46a3f646b8b2546279
parent5347233204f7631609c5a2bc2f4fd65f6ed6773c (diff)
downloadstrongswan-64f4d918987275a0065ba4f6680648ca2f5eb7de.tar.bz2
strongswan-64f4d918987275a0065ba4f6680648ca2f5eb7de.tar.xz
support for stroke listcerts|listcacerts|listcrls|listall
-rwxr-xr-xsrc/ipsec/ipsec.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ipsec/ipsec.in b/src/ipsec/ipsec.in
index 7ed1286c2..26c6eb217 100755
--- a/src/ipsec/ipsec.in
+++ b/src/ipsec/ipsec.in
@@ -111,9 +111,9 @@ down)
fi
exit 0
;;
-listalgs|listpubkeys|listcacerts|listaacerts|\
+listalgs|listpubkeys|listaacerts|\
listocspcerts|listacerts|listgroups|\
-listcainfos|listcrls|listocsp|listcards|\
+listcainfos|listocsp|listcards|\
purgeocsp|rereadsecrets|rereadgroups|\
rereadcacerts|rereadaacerts|rereadocspcerts|\
rereadacerts|rereadcrls|rereadall)
@@ -124,7 +124,7 @@ rereadacerts|rereadcrls|rereadall)
$IPSEC_WHACK "$@" "--$op"
fi
;;
-listcerts|listall)
+listcerts|listcacerts|listcrls|listall)
op="$1"
shift
if test -e $IPSEC_PLUTO_PID
@@ -133,7 +133,7 @@ listcerts|listall)
fi
if test -e $IPSEC_CHARON_PID
then
- $IPSEC_STROKE "$op"
+ $IPSEC_STROKE "$op" "$@"
fi
exit 0
;;