summaryrefslogtreecommitdiff
path: root/templates/show/vpn/ipsec/status/node.def.in
diff options
context:
space:
mode:
authorKim <UnicronNL@users.noreply.github.com>2016-05-11 09:03:14 +0200
committerKim <UnicronNL@users.noreply.github.com>2016-05-11 09:03:14 +0200
commit12f6e2a466fbed1d1385c0c5a91f89590e6e42bd (patch)
tree7f2a637e23da8aa98f4849898779ab02e16cccd6 /templates/show/vpn/ipsec/status/node.def.in
parent62f949c33b285f9f5821ca9cc1dce2ab7a84aaf3 (diff)
parentb39936ffc4cf89da8fc442eb3ac8bdc7a130b877 (diff)
downloadvyatta-op-vpn-12f6e2a466fbed1d1385c0c5a91f89590e6e42bd.tar.gz
vyatta-op-vpn-12f6e2a466fbed1d1385c0c5a91f89590e6e42bd.zip
Merge pull request #17 from LLC-Technologies-Collier/address-debconf-warnings
vyatta-op-vpn (0.15.0+vyos2+current2+nmu1) UNRELEASED; urgency=low
Diffstat (limited to 'templates/show/vpn/ipsec/status/node.def.in')
-rw-r--r--templates/show/vpn/ipsec/status/node.def.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/show/vpn/ipsec/status/node.def.in b/templates/show/vpn/ipsec/status/node.def.in
new file mode 100644
index 0000000..838a133
--- /dev/null
+++ b/templates/show/vpn/ipsec/status/node.def.in
@@ -0,0 +1,6 @@
+help: Show status of IPsec process
+run: if pgrep charon >&/dev/null; then
+ @SUDOUSRDIR@/vyatta-show-ipsec-status.pl
+ else
+ echo -e "IPSec Process NOT Running\n"
+ fi