aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-09-30 14:51:20 +0200
committerTobias Brunner <tobias@strongswan.org>2014-10-08 18:44:23 +0200
commit7fb363c8f73bb2d701826e947fb7d800e9690190 (patch)
treea7701c9369596c207a684314cd734e7816fb7392 /src
parent5bc6947738302ac37d1e6e793ae2089cb0218be0 (diff)
downloadstrongswan-7fb363c8f73bb2d701826e947fb7d800e9690190.tar.bz2
strongswan-7fb363c8f73bb2d701826e947fb7d800e9690190.tar.xz
ipsec: Remove unsupported listcards and rereadgroups commands
Diffstat (limited to 'src')
-rw-r--r--src/ipsec/_ipsec.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ipsec/_ipsec.in b/src/ipsec/_ipsec.in
index 609fc5657..0798830cf 100644
--- 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