summaryrefslogtreecommitdiff
path: root/templates/show/vpn/debug/detail/node.def.in
blob: 8eb4e7040685ffaa911ba93125d591ffa1827dca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
help: Show detailed VPN debugging information
run: if [ -n "$(cli-shell-api returnActiveValues \
                  vpn ipsec ipsec-interfaces interface)" ]; then
       if pgrep charon > /dev/null
       then
        @SUDOUSRDIR@/vyatta-vpn-op.pl --op=show-vpn-debug-detail
       else
         echo IPsec process not running
       fi
     else
        echo VPN ipsec not configured
     fi