summaryrefslogtreecommitdiff
path: root/scripts/VyattaQosTrafficShaper.pm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/VyattaQosTrafficShaper.pm')
-rw-r--r--scripts/VyattaQosTrafficShaper.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/VyattaQosTrafficShaper.pm b/scripts/VyattaQosTrafficShaper.pm
index e051542..2d09244 100644
--- a/scripts/VyattaQosTrafficShaper.pm
+++ b/scripts/VyattaQosTrafficShaper.pm
@@ -153,7 +153,7 @@ sub _define {
my $level = $config->setLevel();
my @classes = ( );
- $self->{_rate} = $config->returnValue("rate");
+ $self->{_rate} = $config->returnValue("bandwidth");
$config->exists("default")
or die "Configuration not complete: missing default class\n";