diff options
author | Kim <UnicronNL@users.noreply.github.com> | 2016-05-11 07:47:30 +0200 |
---|---|---|
committer | Kim <UnicronNL@users.noreply.github.com> | 2016-05-11 07:47:30 +0200 |
commit | a88aa2e1a16e1ac1af1fa3b19cb2b88c7783af37 (patch) | |
tree | f92639907206e4612852b0ca11fc0c465446284f /templates/show/vpn/debug/detail/node.def | |
parent | 0ec07e891b0191b24185ea09c6f33f6502597df6 (diff) | |
parent | cd1f09ca0b8b5adc5e9b470cc35803daf164b71b (diff) | |
download | vyatta-op-vpn-a88aa2e1a16e1ac1af1fa3b19cb2b88c7783af37.tar.gz vyatta-op-vpn-a88aa2e1a16e1ac1af1fa3b19cb2b88c7783af37.zip |
Merge pull request #12 from TriJetScud/lithium-strongswan5
StrongSwan 5.2.2 Migration
Diffstat (limited to 'templates/show/vpn/debug/detail/node.def')
-rw-r--r-- | templates/show/vpn/debug/detail/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/vpn/debug/detail/node.def b/templates/show/vpn/debug/detail/node.def index ee3604d..0f88f1e 100644 --- a/templates/show/vpn/debug/detail/node.def +++ b/templates/show/vpn/debug/detail/node.def @@ -1,7 +1,7 @@ help: Show detailed VPN debugging information run: if [ -n "$(cli-shell-api returnActiveValues \ vpn ipsec ipsec-interfaces interface)" ]; then - if pgrep pluto > /dev/null + if pgrep charon > /dev/null then /opt/vyatta/bin/sudo-users/vyatta-vpn-op.pl --op=show-vpn-debug-detail else |