diff options
Diffstat (limited to 'scripts/VyattaQosTrafficShaper.pm')
-rw-r--r-- | scripts/VyattaQosTrafficShaper.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/VyattaQosTrafficShaper.pm b/scripts/VyattaQosTrafficShaper.pm index 6b76eb0..5ba60dd 100644 --- a/scripts/VyattaQosTrafficShaper.pm +++ b/scripts/VyattaQosTrafficShaper.pm @@ -119,7 +119,7 @@ if (defined $ceil && $ceil < $rate) { print "Configuration error in: $level\n"; printf STDERR - "The bandwidth ceiling for this class (%dKbps) must be less than\n", + "The bandwidth ceiling for this class (%dKbps) must be greater or equal to\n", $ceil / 1000; printf STDERR "the reserved bandwidth for the class (%dKbps)\n", $rate / 1000; |