From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 Description of problem: The kernel (2.4.18-14) shipped with RH8.0 includes Hierarchical Token Bucket (HTB) support. The 'tc' program in iproute-2.4.7-5 does not appear to include HTB support. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. tc qdisc add dev eth0 root handle 1: htb default 30 2. tc qdisc show 3. Actual Results: [root@wookie root]# tc qdisc add dev eth0 root handle 1: htb default 30 Unknown qdisc "htb", hence option "default" is unparsable [root@wookie root]# tc qdisc show [root@wookie root]# Expected Results: [root@wookie root]# tc qdisc add dev eth0 root handle 1: htb default 30 [root@wookie root]# tc qdisc show qdisc htb 1: dev eth0 r2q 10 default 30 direct_packets_stat 0 [root@wookie root]# Additional info: Replacing /sbin/tc with the tc binary from the HTB site (http://luxik.cdi.cz/~devik/qos/htb/) results in correct results.
*** Bug 82008 has been marked as a duplicate of this bug. ***
Will be included in iproute-2.4.7-7, available shortly via rawhide. Read ya, Phil
*** Bug 119606 has been marked as a duplicate of this bug. ***