diff options
Diffstat (limited to 'test/test-network/conf/25-qdisc-clsact-and-htb.network')
-rw-r--r-- | test/test-network/conf/25-qdisc-clsact-and-htb.network | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/test-network/conf/25-qdisc-clsact-and-htb.network b/test/test-network/conf/25-qdisc-clsact-and-htb.network index 8d145028ff..a6e7ed91d4 100644 --- a/test/test-network/conf/25-qdisc-clsact-and-htb.network +++ b/test/test-network/conf/25-qdisc-clsact-and-htb.network @@ -134,3 +134,17 @@ CeilRate=0.5M Parent=2:37 Handle=0037 PacketLimit=100000 + +[HierarchyTokenBucketClass] +Parent=root +ClassId=0002:0038 +Priority=1 +Rate=1M +CeilRate=0.5M + +[GenericRandomEarlyDetection] +Parent=2:38 +Handle=0038 +VirtualQueues=12 +DefaultVirtualQueue=10 +GenericRIO=yes |