diff options
Diffstat (limited to 'scripts/vyatta-qos.pl')
-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', |