summaryrefslogtreecommitdiff
path: root/templates/show/vpn/debug/detail/node.def
diff options
context:
space:
mode:
authorKim <UnicronNL@users.noreply.github.com>2016-05-11 07:47:30 +0200
committerKim <UnicronNL@users.noreply.github.com>2016-05-11 07:47:30 +0200
commita88aa2e1a16e1ac1af1fa3b19cb2b88c7783af37 (patch)
treef92639907206e4612852b0ca11fc0c465446284f /templates/show/vpn/debug/detail/node.def
parent0ec07e891b0191b24185ea09c6f33f6502597df6 (diff)
parentcd1f09ca0b8b5adc5e9b470cc35803daf164b71b (diff)
downloadvyatta-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.def2
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