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
fixed severity (s/major/enhancement)
Reassigned to maintainer.
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.