diff options
| author | Michael Larson <slioch@eng-140.vyatta.com> | 2008-03-27 11:37:45 -0700 |
|---|---|---|
| committer | Michael Larson <slioch@eng-140.vyatta.com> | 2008-03-27 11:37:45 -0700 |
| commit | a5a67cea249eaa517196e32eb30d74434396f078 (patch) | |
| tree | 9b0b5db780bcd75b78b6201f737de511e09bae11 /scripts | |
| parent | c87c506ab4a5bda8d855fe7d03a25b0d0eb59031 (diff) | |
| download | vyatta-wanloadbalance-a5a67cea249eaa517196e32eb30d74434396f078.tar.gz vyatta-wanloadbalance-a5a67cea249eaa517196e32eb30d74434396f078.zip | |
minor text change on conf error: bug 2951
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vyatta-wanloadbalance.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vyatta-wanloadbalance.pl b/scripts/vyatta-wanloadbalance.pl index d1fd78f..ef1f69f 100644 --- a/scripts/vyatta-wanloadbalance.pl +++ b/scripts/vyatta-wanloadbalance.pl @@ -58,7 +58,7 @@ sub write_health { print FILE_LCK "}\n\n"; if ($valid eq "false") { - print "valid wan load-balance configuration requires an interface with a ping target\n"; + print "A valid WAN load-balance configuration requires an interface with a ping target\n"; } return $valid; } @@ -175,7 +175,7 @@ sub write_rules { } if ($valid eq "false") { - print "At least one rule with interface must be defined for wan load balancing to be active\n"; + print "At least one rule with interface must be defined for WAN load balancing to be active\n"; #allow this configuration, just generate the warning return "true"; } |
