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