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