Hello All,

Bering uClibc 2.3-rc1

I've got the tc.lrp loading, and can successfully type 'tc' at the command 
line. However, when I try to create a root qdisc here's what I get. I've 
tried with both HTB and CBQ.

firewall# tc qdisc add dev ppp0 root handle 1: cbq bandwidth 100Mbit avpkt 
1000
RTNETLINK answers: Invalid argument

It seems to know what cbq is, because if I don't specify bandwidth, for 
example:

firewall# tc qdisc add dev ppp0 root handle 1: cbq
CBQ: bandwidth is required parameter.

firewall# tc qdisc add dev ppp0 root handle 1: cbq bandwidth 100Mbit
CBQ: "avpkt" is required.

As soon as I add avpkt to complete the command I get the error. I _am_ 
able to add a pfifo without error:
firewall# tc qdisc add dev ppp0 root handle 1: pfifo limit 100
firewall# tc -s qdisc show dev ppp0
qdisc pfifo 1: limit 100p
 Sent 391 bytes 9 pkts (dropped 0, overlimits 0)

Am I simply not loading some required modules? ANY help is much 
appreciated.

TIA!
-Ron

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to