From ec93cf04b77bb8da5c731e34843694a61fa0edf6 Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Thu, 26 Aug 2010 12:04:19 -0700 Subject: fix for bug 5990 remove policy route on shutdown. --- scripts/vyatta-wanloadbalance.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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"; -- cgit v1.2.3