diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vyatta-wanloadbalance.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-wanloadbalance.pl b/scripts/vyatta-wanloadbalance.pl index b71860d..0306653 100644 --- a/scripts/vyatta-wanloadbalance.pl +++ b/scripts/vyatta-wanloadbalance.pl @@ -268,7 +268,7 @@ sub write_rules { my @eths = $config->listNodes(); if ($#eths < 0 && $exclude eq "false") { - print "WARNING: rule $rule will be inactive because no output interfaces have been defined for this rule\n"; + print "WARNING: rule $rule will be inactive because no (outbound) interfaces have been defined for this rule\n"; } elsif ($#eths >= 0 && $exclude eq "true") { print "WARNING: interfaces (outbound) are not used when exclude has been defined for rule $rule\n"; |
