summaryrefslogtreecommitdiff
path: root/templates/show/vpn/ipsec/status/node.def
diff options
context:
space:
mode:
authorJeff Leung <jleung@v10networks.ca>2015-01-28 08:26:51 +0000
committerUnicronNL <khagen@multi.eu>2016-05-11 07:55:41 +0200
commit12b2b88d03ce3527a46abc3c1e5cf9e8b8cd5238 (patch)
treef758def52d5d63eea8da28297e86352a01b38509 /templates/show/vpn/ipsec/status/node.def
parent6ed20a24270b1b33b9a5e4595938590a8d2a76fb (diff)
downloadvyatta-op-vpn-12b2b88d03ce3527a46abc3c1e5cf9e8b8cd5238.tar.gz
vyatta-op-vpn-12b2b88d03ce3527a46abc3c1e5cf9e8b8cd5238.zip
Update pluto.pid references to charon.pid
Since pluto doesn't exist anymore in strongSwan 5.0 and later series, we are updating references from pluto* to charon*.
Diffstat (limited to 'templates/show/vpn/ipsec/status/node.def')
-rw-r--r--templates/show/vpn/ipsec/status/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/vpn/ipsec/status/node.def b/templates/show/vpn/ipsec/status/node.def
index bf4ebf7..3c48c60 100644
--- a/templates/show/vpn/ipsec/status/node.def
+++ b/templates/show/vpn/ipsec/status/node.def
@@ -1,5 +1,5 @@
help: Show status of IPsec process
-run: if pgrep pluto >&/dev/null; then
+run: if pgrep charon >&/dev/null; then
/opt/vyatta/bin/sudo-users/vyatta-show-ipsec-status.pl
else
echo -e "IPSec Process NOT Running\n"