summaryrefslogtreecommitdiff
path: root/templates/show/monitoring/protocols/ripng
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@sentrium.io>2019-12-18 04:34:58 +0700
committerGitHub <noreply@github.com>2019-12-18 04:34:58 +0700
commit25e5b7433b5b7c6d47a9ddf929937dc0b9c05a78 (patch)
tree8e41633f5a6eb0b68d0dde9e55fc20cf7ccf8c9c /templates/show/monitoring/protocols/ripng
parent596ede052e49b81e8fee6ed1cfd8ff350f4c6837 (diff)
parent035dba8d5e32def40841e8df5f787eb9003ca20a (diff)
downloadvyatta-op-VyOS_1.2-2019Q4.tar.gz
vyatta-op-VyOS_1.2-2019Q4.zip
Merge pull request #32 from sever-sever/monitor-protocolVyOS_1.2-2019Q4
[monitoring] T832: Fix show monitoring
Diffstat (limited to 'templates/show/monitoring/protocols/ripng')
-rw-r--r--templates/show/monitoring/protocols/ripng/node.def7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/show/monitoring/protocols/ripng/node.def b/templates/show/monitoring/protocols/ripng/node.def
deleted file mode 100644
index f19892b..0000000
--- a/templates/show/monitoring/protocols/ripng/node.def
+++ /dev/null
@@ -1,7 +0,0 @@
-help: Show RIPNG protocol debugging flags
-run: if [ ! -e "/usr/sbin/zebra" ]
- then
- vtysh -c "show debugging ipv6 rip"
- else
- vtysh -c "show debugging ripng"
- fi