summaryrefslogtreecommitdiff
path: root/templates/show
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show')
-rw-r--r--templates/show/incoming/vrrp/node.def2
-rw-r--r--templates/show/incoming/vrrp/node.tag/node.def3
-rw-r--r--templates/show/queueing/vrrp/node.def2
-rw-r--r--templates/show/queueing/vrrp/node.tag/node.def3
4 files changed, 10 insertions, 0 deletions
diff --git a/templates/show/incoming/vrrp/node.def b/templates/show/incoming/vrrp/node.def
new file mode 100644
index 0000000..60c9616
--- /dev/null
+++ b/templates/show/incoming/vrrp/node.def
@@ -0,0 +1,2 @@
+help: Show vrrp interface input-policy information
+run: ${vyatta_bindir}/show-input-policy.pl --type=vrrp
diff --git a/templates/show/incoming/vrrp/node.tag/node.def b/templates/show/incoming/vrrp/node.tag/node.def
new file mode 100644
index 0000000..32ac7a9
--- /dev/null
+++ b/templates/show/incoming/vrrp/node.tag/node.def
@@ -0,0 +1,3 @@
+help: Show specified ethernet interface information
+allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show=vrrp
+run: ${vyatta_bindir}/show-input-policy.pl "$4"
diff --git a/templates/show/queueing/vrrp/node.def b/templates/show/queueing/vrrp/node.def
new file mode 100644
index 0000000..6a9eae5
--- /dev/null
+++ b/templates/show/queueing/vrrp/node.def
@@ -0,0 +1,2 @@
+help: Show vrrp interface queueing information
+run: ${vyatta_bindir}/vyatta-show-queueing.pl --type=vrrp
diff --git a/templates/show/queueing/vrrp/node.tag/node.def b/templates/show/queueing/vrrp/node.tag/node.def
new file mode 100644
index 0000000..ad10ae6
--- /dev/null
+++ b/templates/show/queueing/vrrp/node.tag/node.def
@@ -0,0 +1,3 @@
+help: Show specified vrrp interface information
+allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show=vrrp
+run: ${vyatta_bindir}/vyatta-show-queueing.pl "$4"