Displaying 3 results from an estimated 3 matches for "tc_qdisc_modifi".
Did you mean:
tc_qdisc_modify
2005 Feb 02
4
Issue with using using tc api
Hi ,
I''m trying to call the tc_qdisc_modify function of tc in iproute2/tc. I could compile it with my stub program and got the executable. However, when i try to create an htb qdisc i get the following error : Unknown qdisc "htb", hence option "default" is unparsable
However, if i use the tc tool, it works fine.. When I tried to understand the problem, it appeared to
2005 Jun 09
1
Segmentation fault
Hi,
I have a small question about tc''s source code. I m trying to compile
the code by itself, and for this purpose i ve created a big .c file
that includes all the sources it uses. the reason behind this to make
a small modification for my school project.
But whenever I try to do "tc qdisc add ..." or "tc class add..", it
gives the error segmentation fault, and it
2005 Jun 09
0
Segmentation fault -after using gdb-
I also gdb'' d the code, and at this part of the code, it gives such an error:
Program received signal SIGSEGV, Segmentation fault.
0x00000083 in ?? ()
If you could help me, I would appreciate.
******************************************************************************
Hi,
I have a small question about tc''s source code. I m trying to compile
the code by itself, and for this