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:24:36 +0100
commit914354b4ff551a7ab76f4d5cb5fa0262524530fb (patch)
treed62081fe859fc9139e468bf2eef343b7ee8b701f
parent388dac25f11727798f3a96fdbe5f3076142d7d70 (diff)
downloadvyatta-op-vpn-914354b4ff551a7ab76f4d5cb5fa0262524530fb.tar.gz
vyatta-op-vpn-914354b4ff551a7ab76f4d5cb5fa0262524530fb.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