diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-09 09:17:17 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-09 09:17:17 -0700 |
commit | 9a76118087cfa2483d48e54669c2cc85f4ce15ab (patch) | |
tree | 0f8870ae2939537bb930d322cb99ef8a192922c7 | |
parent | 509ec50e078596adc49d4c1e50c22440d619e1bc (diff) | |
download | vyatta-cfg-qos-9a76118087cfa2483d48e54669c2cc85f4ce15ab.tar.gz vyatta-cfg-qos-9a76118087cfa2483d48e54669c2cc85f4ce15ab.zip |
Allow limiter for input
Bug 5807
Fix regression that broke limiter on input.
Caused by rename from traffic-limter to limiter.
-rwxr-xr-x | scripts/vyatta-qos.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-qos.pl b/scripts/vyatta-qos.pl index c9f496f..e04762e 100755 --- a/scripts/vyatta-qos.pl +++ b/scripts/vyatta-qos.pl @@ -38,7 +38,7 @@ my %policies = ( 'random-detect' => 'RandomDetect', }, 'in' => { - 'traffic-limiter' => 'TrafficLimiter', + 'limiter' => 'TrafficLimiter', } ); |