summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-11-05 01:24:36 +0100
committerDaniil Baturin <daniil@baturin.org>2018-11-05 01:25:24 +0100
commit9de1d15636e98f53125cbe46c85be97ab915f967 (patch)
tree40a1eb4750429f4e13bcb1a328fa88202c8827fb
parentc993882e06349b30c55a9bfedc444dcdbfe186d6 (diff)
downloadvyatta-op-vpn-9de1d15636e98f53125cbe46c85be97ab915f967.tar.gz
vyatta-op-vpn-9de1d15636e98f53125cbe46c85be97ab915f967.zip
T304: remove the "show vpn debug detail" command that was based on a script StrongSWAN no longer provides.
-rw-r--r--templates/show/vpn/debug/detail/node.def.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/show/vpn/debug/detail/node.def.in b/templates/show/vpn/debug/detail/node.def.in
deleted file mode 100644
index 8eb4e70..0000000
--- a/templates/show/vpn/debug/detail/node.def.in
+++ /dev/null
@@ -1,12 +0,0 @@
-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