diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-04-13 15:11:12 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-04-13 15:11:12 -0700 |
commit | 1c240e8ba32f96b002ecaf0b7a1e87e1e15d1605 (patch) | |
tree | bd17054ee841301509a4648c601d220ad8bc4faf /scripts | |
parent | 319605ef2d6f1c9a0977b928bf6340adb33a4251 (diff) | |
download | vyatta-cfg-qos-1c240e8ba32f96b002ecaf0b7a1e87e1e15d1605.tar.gz vyatta-cfg-qos-1c240e8ba32f96b002ecaf0b7a1e87e1e15d1605.zip |
Add RoundRobin and Priority to build
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-qos.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/vyatta-qos.pl b/scripts/vyatta-qos.pl index 328e8d7..241925a 100755 --- a/scripts/vyatta-qos.pl +++ b/scripts/vyatta-qos.pl @@ -32,6 +32,8 @@ my %policies = ( 'rate-limit' => 'RateLimiter', 'drop-tail' => 'DropTail', 'network-emulator' => 'NetworkEmulator', + 'round-robin' => 'RoundRobin', + 'priority-queue' => 'Priority', }, 'in' => { 'traffic-limiter' => 'TrafficLimiter', } ); |