diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-09 16:38:30 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-09 16:38:30 -0700 |
commit | b489e5dd2d18c1fb94165be38a475dd18a9007b2 (patch) | |
tree | db994fca7cd2c7b96d17d7d03d3094cb3149f0fb /scripts | |
parent | 6dca7f847c69ff078010e5beecbf832dae210804 (diff) | |
download | vyatta-cfg-qos-b489e5dd2d18c1fb94165be38a475dd18a9007b2.tar.gz vyatta-cfg-qos-b489e5dd2d18c1fb94165be38a475dd18a9007b2.zip |
Remove traffic-limiter outbound
It won't work because of how classifiers interact with policing.
See: http://ace-host.stuart.id.au/russell/files/tc/doc/police.txt
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-qos.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/vyatta-qos.pl b/scripts/vyatta-qos.pl index 266a0f5..b232ae2 100755 --- a/scripts/vyatta-qos.pl +++ b/scripts/vyatta-qos.pl @@ -28,7 +28,6 @@ my $debug = $ENV{'QOS_DEBUG'}; my %policies = ( 'out' => { 'shaper' => 'TrafficShaper', - 'limiter' => 'TrafficLimiter', 'fair-queue' => 'FairQueue', 'rate-control' => 'RateLimiter', 'drop-tail' => 'DropTail', |