diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-10-08 21:50:16 -0700 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-10-08 21:50:16 -0700 |
commit | e3d4edfd877644bb507755411d55568c47ee1117 (patch) | |
tree | 202344762cb442dfe9d90f4faf214b62c3ff0ac1 | |
parent | 5562ee83f91da3ba6652bf7213d8b08e093dd638 (diff) | |
download | vyatta-op-e3d4edfd877644bb507755411d55568c47ee1117.tar.gz vyatta-op-e3d4edfd877644bb507755411d55568c47ee1117.zip |
Bugfix 8421: fix show interfaces vrrp detail node to use new syntax
-rw-r--r-- | templates/show/interfaces/vrrp/detail/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/interfaces/vrrp/detail/node.def b/templates/show/interfaces/vrrp/detail/node.def index 8e6a99f..dca40b9 100644 --- a/templates/show/interfaces/vrrp/detail/node.def +++ b/templates/show/interfaces/vrrp/detail/node.def @@ -1,2 +1,2 @@ help: Show detailed vrrp interface information -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf-type=vrrp --action=show +run: ${vyatta_bindir}/vyatta-show-interfaces.pl --vrrp --action=show |