summaryrefslogtreecommitdiff
path: root/templates/load-balancing
diff options
context:
space:
mode:
authorMichael Larson <slioch@slioch.vyatta.com>2009-11-30 11:47:56 -0800
committerMichael Larson <slioch@slioch.vyatta.com>2009-11-30 11:47:56 -0800
commit0ce6093909828861dffe5914911cb254310808cf (patch)
tree724024571871e643641676004916c906aea18b45 /templates/load-balancing
parentb27e771ba28c2ae631daf5041f14c385be2a1ab6 (diff)
downloadvyatta-wanloadbalance-0ce6093909828861dffe5914911cb254310808cf.tar.gz
vyatta-wanloadbalance-0ce6093909828861dffe5914911cb254310808cf.zip
add help string modifications to support webgui mandatory behavior.
Diffstat (limited to 'templates/load-balancing')
-rw-r--r--templates/load-balancing/wan/interface-health/node.tag/nexthop/node.def2
-rw-r--r--templates/load-balancing/wan/rule/node.tag/inbound-interface/node.def2
-rw-r--r--templates/load-balancing/wan/rule/node.tag/interface/node.def2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/load-balancing/wan/interface-health/node.tag/nexthop/node.def b/templates/load-balancing/wan/interface-health/node.tag/nexthop/node.def
index 6b3299b..a113136 100644
--- a/templates/load-balancing/wan/interface-health/node.tag/nexthop/node.def
+++ b/templates/load-balancing/wan/interface-health/node.tag/nexthop/node.def
@@ -1,5 +1,5 @@
type: txt
-help: Outbound interface nexthop address. Can be 'dhcp or ip address'
+help: Outbound interface nexthop address. Can be 'dhcp or ip address' [REQUIRED]
syntax:expression: exec "/opt/vyatta/sbin/vyatta-wanloadbalance.pl --valid-nexthop $VAR(@)"\
; "Invalid nexthop [$VAR(@)]"
allowed: echo "dhcp <>"
diff --git a/templates/load-balancing/wan/rule/node.tag/inbound-interface/node.def b/templates/load-balancing/wan/rule/node.tag/inbound-interface/node.def
index cb0b953..9e10e35 100644
--- a/templates/load-balancing/wan/rule/node.tag/inbound-interface/node.def
+++ b/templates/load-balancing/wan/rule/node.tag/inbound-interface/node.def
@@ -1,3 +1,3 @@
type: txt
-help: Set inbound interface name
+help: Set inbound interface name [REQUIRED]
comp_help: Enter a network interface name, for example, "eth0"
diff --git a/templates/load-balancing/wan/rule/node.tag/interface/node.def b/templates/load-balancing/wan/rule/node.tag/interface/node.def
index d393140..3b9bb83 100644
--- a/templates/load-balancing/wan/rule/node.tag/interface/node.def
+++ b/templates/load-balancing/wan/rule/node.tag/interface/node.def
@@ -1,3 +1,3 @@
tag:
type: txt
-help: Set interface name
+help: Set interface name [REQUIRED]