diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-06-20 06:07:37 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-06-20 06:07:37 +0000 |
commit | a8ed64c4941f5427589e1f7b623a960074a675d3 (patch) | |
tree | 4de31d35a1378dc33528b2cf80a84349e8f362ee /src | |
parent | 21b433c64181a9ba25a558745a5850fe0ff32eb0 (diff) | |
download | strongswan-a8ed64c4941f5427589e1f7b623a960074a675d3.tar.bz2 strongswan-a8ed64c4941f5427589e1f7b623a960074a675d3.tar.xz |
implemented rereadcrls rereadcacerts
Diffstat (limited to 'src')
-rwxr-xr-x | src/ipsec/ipsec.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ipsec/ipsec.in b/src/ipsec/ipsec.in index 26c6eb217..5524ee627 100755 --- a/src/ipsec/ipsec.in +++ b/src/ipsec/ipsec.in @@ -115,8 +115,7 @@ listalgs|listpubkeys|listaacerts|\ listocspcerts|listacerts|listgroups|\ listcainfos|listocsp|listcards|\ purgeocsp|rereadsecrets|rereadgroups|\ -rereadcacerts|rereadaacerts|rereadocspcerts|\ -rereadacerts|rereadcrls|rereadall) +rereadaacerts|rereadocspcerts|rereadacerts) op="$1" shift if test -e $IPSEC_PLUTO_PID @@ -124,7 +123,8 @@ rereadacerts|rereadcrls|rereadall) $IPSEC_WHACK "$@" "--$op" fi ;; -listcerts|listcacerts|listcrls|listall) +listcerts|listcacerts|listcrls|listall|\ +rereadcacerts|rereadcrls|rereadall) op="$1" shift if test -e $IPSEC_PLUTO_PID |