Bug 117351

Summary: Probably no HTB in tc binary
Product: [Fedora] Fedora Reporter: Jacek Pliszka <Jacek.Pliszka>
Component: iprouteAssignee: Phil Knirsch <pknirsch>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 1CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-03-03 02:22:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jacek Pliszka 2004-03-03 02:15:57 UTC
Description of problem:
tc class add dev eth0 parent 1:0 classid 1:9998 htb rate 2560kbit ceil
2560kbit
returns:
RTNETLINK answers: No such file or directory


Version-Release number of selected component (if applicable):
iproute-2.4.7-11

How reproducible:
tc class add dev eth0 parent 1:0 classid 1:9998 htb rate 2560kbit ceil
2560kbit

Steps to Reproduce:
1. tc class add dev eth0 parent 1:0 classid 1:9998 htb rate 2560kbit
ceil 2560kbit
2.
3.
  
Actual results:
RTNETLINK answers: No such file or directory

Expected results:
The class is created

Additional info: