diff options
| author | Michael Larson <mike@vyatta.com> | 2011-02-24 14:06:26 -0800 |
|---|---|---|
| committer | Michael Larson <mike@vyatta.com> | 2011-02-24 14:06:26 -0800 |
| commit | 2eb3499205fee1eb10cae252758f4ce38c41b515 (patch) | |
| tree | 227e2add45bc1bcf734c4f88d3a2945a2f81f8c4 | |
| parent | 310adb75b30ed6f4170a2abcab9411dff4520fd1 (diff) | |
| download | vyatta-wanloadbalance-2eb3499205fee1eb10cae252758f4ce38c41b515.tar.gz vyatta-wanloadbalance-2eb3499205fee1eb10cae252758f4ce38c41b515.zip | |
fix for bug 6831--typo in val_help.
| -rw-r--r-- | templates/load-balancing/wan/interface-health/node.tag/failure-count/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/load-balancing/wan/interface-health/node.tag/failure-count/node.def b/templates/load-balancing/wan/interface-health/node.tag/failure-count/node.def index 46b3193..89ca474 100644 --- a/templates/load-balancing/wan/interface-health/node.tag/failure-count/node.def +++ b/templates/load-balancing/wan/interface-health/node.tag/failure-count/node.def @@ -2,4 +2,4 @@ type: u32 default: 1 syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 10; "failure count must be between 1-10" help: Failure count -val_hel: u32:1-10; Failure count +val_help: u32:1-10; Failure count |
