Bug 3584 - tc from iproute2 package doesn't support HTB queue and ingress policing
Summary: tc from iproute2 package doesn't support HTB queue and ingress policing
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: iproute2 (show other bugs)
Version: unstable
Hardware: all Linux
: P2 enhancement
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-04 17:44 MSK by Ivan Pesin
Modified: 2007-01-16 16:52 MSK (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Pesin 2004-02-04 17:44:33 MSK
tc utility from iproute2 package in Alt Linux Master 2.2 +updates doesn't 
supporrt HTB queue and ingress policing while kernel has corresponding support:

--------------------
[root@sirius firewall]# rpm -qf `which tc`
iproute2-2.4.7-alt3.ss010824
--------------------
[root@sirius firewall]# tc qdisc add dev eth0 handle ffff: ingress
RTNETLINK answers: No such file or directory
--------------------
[root@sirius firewall]# tc qdisc add dev eth0 handle 11: root htb default 26
Unknown qdisc "htb", hence option "default" is unparsable
---------------------

Steps to Reproduce:
1.tc qdisc add dev eth0 handle ffff: ingress
2.tc qdisc add dev eth0 handle 11: root htb default 26

Actual Results:  
got errors

Expected Results:  
no errors and working queueing/policing
Comment 1 Michael Shigorin 2004-11-29 13:08:16 MSK
fixed severity (s/major/enhancement)
Comment 2 Dmitry V. Levin 2006-03-04 16:11:02 MSK
Reassigned to maintainer.
Comment 3 Victor Forsyuk 2006-10-24 16:17:52 MSD
Current build of iproute2 in Sisyphus do support both HTB queue and ingress
policing. As current maintainer I resolve this bugreport as fixed. Please
review and close.