diff options
author | Michael Larson <slioch@slioch.vyatta.com> | 2009-11-30 15:36:03 -0800 |
---|---|---|
committer | Michael Larson <slioch@slioch.vyatta.com> | 2009-11-30 15:36:03 -0800 |
commit | 8de83d5a02e0a093cf97b52970b08d8a30fba9a3 (patch) | |
tree | 1d69602db5f79c15683f104c060b8161c291dff5 /templates/interfaces/ethernet | |
parent | 4349e4466be32d8371c70c24174d8dbc6c79b45a (diff) | |
download | vyatta-cfg-system-8de83d5a02e0a093cf97b52970b08d8a30fba9a3.tar.gz vyatta-cfg-system-8de83d5a02e0a093cf97b52970b08d8a30fba9a3.zip |
added required keyword to help text.
Diffstat (limited to 'templates/interfaces/ethernet')
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/interfaces/ethernet/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/virtual-address/node.def b/templates/interfaces/ethernet/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/virtual-address/node.def index 176287aa..df9a134f 100644 --- a/templates/interfaces/ethernet/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/virtual-address/node.def +++ b/templates/interfaces/ethernet/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/virtual-address/node.def @@ -1,6 +1,6 @@ multi: type: txt -help: Set virtual address +help: Set virtual address [REQUIRED] syntax:expression: exec "/opt/vyatta/sbin/vyatta-keepalived.pl \ --vrrp-action='check-vip' --vip='$VAR(@)' "\ diff --git a/templates/interfaces/ethernet/node.tag/vrrp/vrrp-group/node.tag/virtual-address/node.def b/templates/interfaces/ethernet/node.tag/vrrp/vrrp-group/node.tag/virtual-address/node.def index 176287aa..df9a134f 100644 --- a/templates/interfaces/ethernet/node.tag/vrrp/vrrp-group/node.tag/virtual-address/node.def +++ b/templates/interfaces/ethernet/node.tag/vrrp/vrrp-group/node.tag/virtual-address/node.def @@ -1,6 +1,6 @@ multi: type: txt -help: Set virtual address +help: Set virtual address [REQUIRED] syntax:expression: exec "/opt/vyatta/sbin/vyatta-keepalived.pl \ --vrrp-action='check-vip' --vip='$VAR(@)' "\ |