diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-05-21 16:13:05 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-05-21 16:13:05 -0700 |
commit | 7ed38a2c223dd3dbc96d72123eb267c7f4bf63db (patch) | |
tree | 8e22d0c307e7e2b2e6d18003084a7c309bc4b1d7 /templates/show/vrrp/node.def | |
parent | 7e9d43b6e612c08b481214b621ba24590eddb17c (diff) | |
download | vyatta-op-7ed38a2c223dd3dbc96d72123eb267c7f4bf63db.tar.gz vyatta-op-7ed38a2c223dd3dbc96d72123eb267c7f4bf63db.zip |
Fix 3155: setting the third vrrp member with the highest priority doesn't change (update) the backup
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 3842d98..cdbebe7 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: /opt/vyatta/sbin/vyatta-show-vrrp.pl +run: sudo /opt/vyatta/sbin/vyatta-show-vrrp.pl |