summaryrefslogtreecommitdiff
path: root/scripts/VyattaQosFairQueue.pm
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-03-05 15:05:42 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-03-05 15:05:42 -0800
commit4ef3988035e980e62da5d1557ebec817cba7f3a5 (patch)
tree6513a9e0f50deea7095a2880a48f73f2030f1812 /scripts/VyattaQosFairQueue.pm
parent095dfa147f6e3ea833e9c4a4824672a2060b1b2b (diff)
downloadvyatta-cfg-qos-4ef3988035e980e62da5d1557ebec817cba7f3a5.tar.gz
vyatta-cfg-qos-4ef3988035e980e62da5d1557ebec817cba7f3a5.zip
use object factory rather than hardcoded switch for policy config
Having a hardcoded switch statement is harder to update than using a hash.
Diffstat (limited to 'scripts/VyattaQosFairQueue.pm')
-rw-r--r--scripts/VyattaQosFairQueue.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/VyattaQosFairQueue.pm b/scripts/VyattaQosFairQueue.pm
index e3b1631..efae834 100644
--- a/scripts/VyattaQosFairQueue.pm
+++ b/scripts/VyattaQosFairQueue.pm
@@ -1,5 +1,4 @@
package VyattaQosFairQueue;
-@ISA = qw/VyattaQosPolicy/;
#
# This is a wrapper around Stochastic Fair Queue(SFQ) queue discipline