strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bc6947
)
ipsec: Remove unsupported listcards and rereadgroups commands
author
Tobias Brunner
<tobias@strongswan.org>
Tue, 30 Sep 2014 12:51:20 +0000
(14:51 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Wed, 8 Oct 2014 16:44:23 +0000
(18:44 +0200)
src/ipsec/_ipsec.in
patch
|
blob
|
history
diff --git
a/src/ipsec/_ipsec.in
b/src/ipsec/_ipsec.in
index
609fc56
..
0798830
100644
(file)
--- a/
src/ipsec/_ipsec.in
+++ b/
src/ipsec/_ipsec.in
@@
-128,16
+128,6
@@
down-srcip)
fi
exit "$rc"
;;
-listcards|rereadgroups)
- op="$1"
- shift
- if [ -e $IPSEC_CHARON_PID ]
- then
- exit 3
- else
- exit 7
- fi
- ;;
leases)
op="$1"
rc=7