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