summaryrefslogtreecommitdiff
path: root/templates/show/vpn/ipsec/connections/node.def
blob: f56ac606df4ff18cf06188541bee875f80e95e69 (plain)
1
2
3
4
5
6
help: Show VPN connections
run: if pgrep charon >&/dev/null; then
        sudo ${vyos_op_scripts_dir}/show_ipsec_connections.py
     else
        echo -e "IPSec Process NOT Running\n"
     fi