diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-09-17 14:05:57 -0700 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-09-17 14:05:57 -0700 |
commit | eb3aa9d0ac4ddf96e685f25e22af9272352f2949 (patch) | |
tree | 3bb6c355cdf19ef23caec1f6ecce4558c1172602 /templates/show/interfaces/vrrp | |
parent | 40380dfd2dad22861f1b9589ec7f80278043f0c1 (diff) | |
download | vyatta-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/show/interfaces/vrrp')
-rw-r--r-- | templates/show/interfaces/vrrp/node.def | 2 | ||||
-rw-r--r-- | templates/show/interfaces/vrrp/node.tag/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
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" |