blob: 3362e9b30095ba11e0487a39cfc1992c7559edc2 (
plain)
1
2
3
4
5
6
|
help: Show Detail on all active IPsec Security Associations (SA)
run: if pgrep charon >&/dev/null; then
@SUDOUSRDIR@/vyatta-op-vpn.pl --show-ipsec-sa
else
echo -e "IPSec Process NOT Running\n"
fi
|