diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-05-15 11:34:33 -0700 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-05-15 11:34:33 -0700 |
commit | 6325118d9aa1ae7890a29c6f211ce456d04d68a9 (patch) | |
tree | d6cbbcad7acb4cd01cf520eff96e1641bd6a175f /templates/show/vrrp/node.def | |
parent | 0da3c8a7e5b7506a4b9a7d1bedbd48fd45e7d89d (diff) | |
download | vyatta-op-6325118d9aa1ae7890a29c6f211ce456d04d68a9.tar.gz vyatta-op-6325118d9aa1ae7890a29c6f211ce456d04d68a9.zip |
Add Vyatta wrappers for new keepalived output
1. Move show and clear vrrp scripts from vyatta-cfg-system. These
belong in vyatta-op.
2. Create templates for new vrrp commands
3. Make show commands go through a perl module so they can be
referenced from the webgui.
Diffstat (limited to 'templates/show/vrrp/node.def')
-rw-r--r-- | templates/show/vrrp/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/vrrp/node.def b/templates/show/vrrp/node.def index 51e9b9d..606e215 100644 --- a/templates/show/vrrp/node.def +++ b/templates/show/vrrp/node.def @@ -1,2 +1,2 @@ help: Show Virtual Router Redundancy Protocol (VRRP) information -run: sudo /opt/vyatta/bin/sudo-users/vyatta-show-vrrp.pl +run: sudo /opt/vyatta/bin/sudo-users/vyatta-show-vrrp.pl --show=summary |