ipsec: Remove unsupported listcards and rereadgroups commands
This commit is contained in:
@@ -128,16 +128,6 @@ down-srcip)
|
|||||||
fi
|
fi
|
||||||
exit "$rc"
|
exit "$rc"
|
||||||
;;
|
;;
|
||||||
listcards|rereadgroups)
|
|
||||||
op="$1"
|
|
||||||
shift
|
|
||||||
if [ -e $IPSEC_CHARON_PID ]
|
|
||||||
then
|
|
||||||
exit 3
|
|
||||||
else
|
|
||||||
exit 7
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
leases)
|
leases)
|
||||||
op="$1"
|
op="$1"
|
||||||
rc=7
|
rc=7
|
||||||
|
|||||||
Reference in New Issue
Block a user