diff options
Diffstat (limited to 'templates/load-balancing')
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] |