summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2012-09-17 14:05:57 -0700
committerJohn Southworth <john.southworth@vyatta.com>2012-09-17 14:05:57 -0700
commiteb3aa9d0ac4ddf96e685f25e22af9272352f2949 (patch)
tree3bb6c355cdf19ef23caec1f6ecce4558c1172602 /templates
parent40380dfd2dad22861f1b9589ec7f80278043f0c1 (diff)
downloadvyatta-op-eb3aa9d0ac4ddf96e685f25e22af9272352f2949.tar.gz
vyatta-op-eb3aa9d0ac4ddf96e685f25e22af9272352f2949.zip
Bugfix 8300: show proper output for 'show interfaces vrrp'; also fixes bug 8317
Diffstat (limited to 'templates')
-rw-r--r--templates/monitor/interfaces/vrrp/node.tag/node.def2
-rw-r--r--templates/show/interfaces/vrrp/node.def2
-rw-r--r--templates/show/interfaces/vrrp/node.tag/node.def2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/monitor/interfaces/vrrp/node.tag/node.def b/templates/monitor/interfaces/vrrp/node.tag/node.def
index 043cc89..94c75d9 100644
--- a/templates/monitor/interfaces/vrrp/node.tag/node.def
+++ b/templates/monitor/interfaces/vrrp/node.tag/node.def
@@ -1,4 +1,4 @@
help: Monitor specified vrrp interface
-allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show vrrp
+allowed: ${vyatta_bindir}/vyatta-show-interfaces.pl --vrrp --action=allowed
run: bmon -p $4
diff --git a/templates/show/interfaces/vrrp/node.def b/templates/show/interfaces/vrrp/node.def
index 1d381f3..7b973c9 100644
--- a/templates/show/interfaces/vrrp/node.def
+++ b/templates/show/interfaces/vrrp/node.def
@@ -1,2 +1,2 @@
help: Show vrrp interface information
-run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf-type=vrrp --action=show-brief
+run: ${vyatta_bindir}/vyatta-show-interfaces.pl --vrrp --action=show-brief
diff --git a/templates/show/interfaces/vrrp/node.tag/node.def b/templates/show/interfaces/vrrp/node.tag/node.def
index c1d8891..3e261a7 100644
--- a/templates/show/interfaces/vrrp/node.tag/node.def
+++ b/templates/show/interfaces/vrrp/node.tag/node.def
@@ -1,3 +1,3 @@
help: Show specified vrrp interface information
-allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show vrrp
+allowed: ${vyatta_bindir}/vyatta-show-interfaces.pl --vrrp --action=allowed
run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4"