Bug 132895 - iproute does not install netem module
Summary: iproute does not install netem module
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: iproute
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Radek Vokál
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-09-18 21:45 UTC by Joshua Blanton
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-09-20 09:23:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Adds netem module support to iproute-2.6.9 (1.47 KB, patch)
2004-09-18 21:48 UTC, Joshua Blanton
no flags Details | Diff

Description Joshua Blanton 2004-09-18 21:45:48 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.13 (X11; Linux i686; U;) Gecko/20040308

Description of problem:
Newer versions of iproute2 support "netem" (network emulation
options), but the specfile for iproute does not install these modules.
 Attached is a patch to the specfile that installs the netem module.

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

How reproducible:
Always

Steps to Reproduce:
1. Install iproute-2.6.9-2
2. run '/sbin/tc qdisc add dev eth0 root netem delay 100ms'

Actual Results:  tc returns 'Unknown qdisc "netem", hence option
"delay" is unparsable'

Expected Results:  the command (straight from the netem introduction
page at http://developer.osdl.org/shemminger/netem/example.html)
should have introduced a 100ms delay to all packets on eth0.

Additional info:

Comment 1 Joshua Blanton 2004-09-18 21:48:16 UTC
Created attachment 103992 [details]
Adds netem module support to iproute-2.6.9

Comment 2 Radek Vokál 2004-09-20 09:23:10 UTC
Thanks, fixed in iproute-2.6.9-3. 


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