diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-04-14 14:41:47 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-04-14 14:41:47 -0700 |
commit | c8d46a00631df87002cb671a40b063990467d31f (patch) | |
tree | bce52e3dcb0858faddb77ea849be6b88881171b3 /lib/Vyatta/Qos/RoundRobin.pm | |
parent | baa0addc4e56ee467a2c85f8f1be50ced37d901a (diff) | |
download | vyatta-cfg-qos-c8d46a00631df87002cb671a40b063990467d31f.tar.gz vyatta-cfg-qos-c8d46a00631df87002cb671a40b063990467d31f.zip |
Need to generate classes for Round Robin
Need to explicitly generate sub classes.
Diffstat (limited to 'lib/Vyatta/Qos/RoundRobin.pm')
-rw-r--r-- | lib/Vyatta/Qos/RoundRobin.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Vyatta/Qos/RoundRobin.pm b/lib/Vyatta/Qos/RoundRobin.pm index a94da2c..fadd8c3 100644 --- a/lib/Vyatta/Qos/RoundRobin.pm +++ b/lib/Vyatta/Qos/RoundRobin.pm @@ -72,6 +72,7 @@ sub commands { print "\n"; foreach my $class (@$classes) { + $class->gen_class( $dev, 'drr' $parent ); $class->gen_leaf( $dev, $parent ); foreach my $match ( $class->matchRules() ) { $match->filter( $dev, $parent, 1 ); |