ipsec: Remove unsupported listcards and rereadgroups commands

This commit is contained in:
Tobias Brunner
2014-10-08 18:44:23 +02:00
parent 5bc6947738
commit 7fb363c8f7
-10
View File
@@ -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