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/sync-group/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/sync-group/node.def')
-rw-r--r-- | templates/show/vrrp/sync-group/node.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/show/vrrp/sync-group/node.def b/templates/show/vrrp/sync-group/node.def new file mode 100644 index 0000000..5242743 --- /dev/null +++ b/templates/show/vrrp/sync-group/node.def @@ -0,0 +1,3 @@ +help: Show VRRP sync-group information +run: /opt/vyatta/bin/sudo-users/vyatta-show-vrrp.pl --show=sync + |