summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-09 09:17:17 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-09 09:17:17 -0700
commit9a76118087cfa2483d48e54669c2cc85f4ce15ab (patch)
tree0f8870ae2939537bb930d322cb99ef8a192922c7 /scripts
parent509ec50e078596adc49d4c1e50c22440d619e1bc (diff)
downloadvyatta-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.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vyatta-qos.pl2
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',
}
);