search for: tc_qdisc_modify

Displaying 3 results from an estimated 3 matches for "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...
2005 Jun 09
1
Segmentation fault
...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 gives this error in this code section of tc_qdisc_modify function: if (q->parse_qopt(q, argc, argv, &req.n)) I could not find why this error has occured for 3 days. I would appreciate, if you could help me or suggest something.
2005 Jun 09
0
Segmentation fault -after using gdb-
...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 gives this error in this code section of tc_qdisc_modify function: if (q->parse_qopt(q, argc, argv, &req.n)) I could not find why this error has occured for 3 days. I would appreciate, if you could help me or suggest something.