From 84ff5a8e76a7b5ff125835719ddc6866d7655866 Mon Sep 17 00:00:00 2001 From: kouak Date: Tue, 6 Jan 2015 22:43:57 +0100 Subject: HFSC Configuration support (#428) --- lib/Vyatta/Qos/Shared.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Vyatta/Qos/Shared.pm') diff --git a/lib/Vyatta/Qos/Shared.pm b/lib/Vyatta/Qos/Shared.pm index d7628b4..2a0fc3d 100644 --- a/lib/Vyatta/Qos/Shared.pm +++ b/lib/Vyatta/Qos/Shared.pm @@ -30,6 +30,7 @@ use base qw(Exporter); our %policies = ( 'out' => { + 'shaper-hfsc' => 'HFSCShaper', 'shaper' => 'TrafficShaper', 'fair-queue' => 'FairQueue', 'rate-control' => 'RateLimiter', -- cgit v1.2.3