diff options
Diffstat (limited to 'templates/show')
-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" |