diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-10 15:26:16 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-10 15:26:16 -0800 |
commit | 2f9cec5e57c6c5f5ae6640591221e573fa2e0f0d (patch) | |
tree | 7e02642bc528f658b4777da9341c7901ce66daf1 | |
parent | fc8427c54bb16dd5720b28f6ad55ee274aecdf08 (diff) | |
parent | 491736d14c1fbd8f5ba62dff41633ebf8cb8b189 (diff) | |
download | vyatta-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.pm | 2 |
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") ) { |