From 7fb363c8f73bb2d701826e947fb7d800e9690190 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 30 Sep 2014 14:51:20 +0200 Subject: [PATCH] ipsec: Remove unsupported listcards and rereadgroups commands --- src/ipsec/_ipsec.in | 10 ---------- 1 file changed, 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