From 1c240e8ba32f96b002ecaf0b7a1e87e1e15d1605 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 13 Apr 2009 15:11:12 -0700 Subject: Add RoundRobin and Priority to build --- scripts/vyatta-qos.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') 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', } ); -- cgit v1.2.3