Hi fellows,<br><br>I try to manage CBQ qdiscs using the libnl library. Currently, I write a piece of code using message functions, since apparently there is not direct support for CBQ in libnl. I works perfectly for PFIFO qdiscs, and yet, I do not succeed in fro CBQ, my best try is a &quot;Invalid input data  or parameter&quot; (while my worst try is segfault :-x). So my code initializes correctly:<br>
  - the qdisc ifindex,<br>  - the qdisc parent,<br>  - the qdisc handle,<br>  - the qdisc family and kind,<br>Plus, it initializes the following structures: TCA_OPTIONS (to null), TCA_CBQ_LSSOPT, TCA_CBQ_RATE, TCA_CBQ_RTAB. In those cases, I am not absolutely sure of the code. Please, do you have any suggestion or pointers to solve this problems?<br>
<br>Thank you for your attention, and merry xmas!<br><br>Frédéric MOULIN.<br><br><br>