summaryrefslogtreecommitdiff
path: root/templates/show/vpn/ipsec/sa/verbose/node.def
blob: 31f124bd6641b2cf99068b5b2af52139790b5e48 (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
       sudo ipsec statusall
     else
        echo -e "IPSec Process NOT Running\n"
     fi