summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-02-10 15:26:16 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-02-10 15:26:16 -0800
commit2f9cec5e57c6c5f5ae6640591221e573fa2e0f0d (patch)
tree7e02642bc528f658b4777da9341c7901ce66daf1
parentfc8427c54bb16dd5720b28f6ad55ee274aecdf08 (diff)
parent491736d14c1fbd8f5ba62dff41633ebf8cb8b189 (diff)
downloadvyatta-cfg-qos-2f9cec5e57c6c5f5ae6640591221e573fa2e0f0d.tar.gz
vyatta-cfg-qos-2f9cec5e57c6c5f5ae6640591221e573fa2e0f0d.zip
Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-qos into jenner
-rw-r--r--lib/Vyatta/Qos/TrafficShaper.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/Qos/TrafficShaper.pm b/lib/Vyatta/Qos/TrafficShaper.pm
index f7bfc35..71f55d3 100644
--- a/lib/Vyatta/Qos/TrafficShaper.pm
+++ b/lib/Vyatta/Qos/TrafficShaper.pm
@@ -115,7 +115,7 @@ sub _define {
$config->setLevel("$level default");
- push @classes, new Vyatta::Qos::Vyatta::Qos::ShaperClass($config);
+ push @classes, new Vyatta::Qos::ShaperClass($config);
$config->setLevel($level);
foreach my $id ( $config->listNodes("class") ) {