diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-15 13:37:32 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-15 13:37:32 -0700 |
commit | 0654461530daf65ae79d40b54399eae3183a3062 (patch) | |
tree | 5dd82fd219d9762896e172a903431ba018b2ca49 /lib/Vyatta/Qos/TrafficLimiter.pm | |
parent | f6055d71f7cb7c2fb99b770982e498959a57c5af (diff) | |
parent | 37b40196e9b647b665b53c3ffd6d8535cbd5d880 (diff) | |
download | vyatta-cfg-qos-0654461530daf65ae79d40b54399eae3183a3062.tar.gz vyatta-cfg-qos-0654461530daf65ae79d40b54399eae3183a3062.zip |
Merge branch 'larkspur' of vm:git/vyatta-cfg-qos into larkspur
Diffstat (limited to 'lib/Vyatta/Qos/TrafficLimiter.pm')
-rw-r--r-- | lib/Vyatta/Qos/TrafficLimiter.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Vyatta/Qos/TrafficLimiter.pm b/lib/Vyatta/Qos/TrafficLimiter.pm index 665f784..b731c64 100644 --- a/lib/Vyatta/Qos/TrafficLimiter.pm +++ b/lib/Vyatta/Qos/TrafficLimiter.pm @@ -106,7 +106,8 @@ sub commands { my $police = " police rate " . $class->{rate} . " action drop burst " . $class->{burst}; - $match->filter( $dev, $parent, $id, $class->{priority}, undef, $police ); + $match->filter( $dev, $parent, $id, $class->{priority}, + undef, $police ); } } |