Bug 832678 - Traffic shaping and control doesn't work anymore.
Summary: Traffic shaping and control doesn't work anymore.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: iproute
Version: 17
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Petr Šabata
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-16 10:56 UTC by Maik Broemme
Modified: 2012-06-22 14:13 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-22 14:13:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Maik Broemme 2012-06-16 10:56:40 UTC
Description of problem:


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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Maik Broemme 2012-06-16 10:59:37 UTC
The following tc script was working on Fedora 16 with iproute-2.6.39-5.fc16.x86_64 but doesn't work anymore on Fedora 17 with iproute-3.3.0-2.fc17.x86_64:

/sbin/tc qdisc add dev em1 root handle 1:0 htb r2q 16
/sbin/tc class add dev em1 parent 1: classid 1:1 htb rate 2048kbit ceil 2048kbit
/sbin/tc class add dev em1 parent 1:1 classid 1:10 htb rate 2048kbit ceil 2048kbit burst 8k cburst 8k prio 0
/sbin/tc filter add dev em1 parent 1:0 protocol ip handle 10 fw flowid 1:10

root@server:~# /sbin/tc qdisc add dev em1 root handle 1:0 htb r2q 16
RTNETLINK answers: No such file or directory
root@server:~#

Comment 2 Petr Šabata 2012-06-22 12:14:59 UTC
Does installing kernel-modules-extras fix the issue for you?

Comment 3 Maik Broemme 2012-06-22 13:33:35 UTC
Indeed Petr it helps and solved the issue. Thanks a lot.


Note You need to log in before you can comment on or make changes to this bug.