Displaying 1 result from an estimated 1 matches for "netem_parse_opt".
2004 Jul 29
1
error: structure has no member named `rate''
...want to take the functionality that I found sitting in
linux-2.6.8-rc2/net/sched/sch_netem.c for a test drive but I found
that the /sbin/tc that I have does not have the necessary knobs.
So I grabbed iproute2-2.6.X-ss040702.tar.gz and tried to build it,
but I got this:
q_netem.c: In function `netem_parse_opt'':
q_netem.c:90: error: structure has no member named `rate''
and indeed, there is no longer a .rate member of the struct tc_netem_qopt.
I did some web searching and the patch mentioned here seems to be
responsible for removing it:
http://lwn.net/Articles/93487/
Since I...