RE: CBQ simply doesn't work

2001-01-29 Thread Jonathan Earle
Hi, /sbin/insmod cls__u32 insmod: cls__u32: no module by that name found I think you meant cls_u32, not cls__u32. Your script output seems to indicate that you've already got the modules loaded somewhere. tc class add dev ppp0 parent 10:1 classid 10:300 cbq bandwidth

RE: CBQ simply doesn't work

2001-01-29 Thread Jonathan Earle
Hi, /sbin/insmod cls__u32 insmod: cls__u32: no module by that name found I think you meant cls_u32, not cls__u32. Your script output seems to indicate that you've already got the modules loaded somewhere. tc class add dev ppp0 parent 10:1 classid 10:300 cbq bandwidth

Re: CBQ simply doesn't work

2001-01-27 Thread patrick . mourlhon
> #!/bin/bash > /sbin/insmod cls_fw > /sbin/insmod sch_prio > /sbin/insmod sch_cbq > /sbin/insmod cls__u32 myne here is cls_u32 > insmod: a module named sch_cbq already exists > insmod: cls__u32: no module by that name found but i use 2.4... and i just feel your classifier cannot work

Re: CBQ simply doesn't work

2001-01-27 Thread patrick . mourlhon
#!/bin/bash /sbin/insmod cls_fw /sbin/insmod sch_prio /sbin/insmod sch_cbq /sbin/insmod cls__u32 myne here is cls_u32 insmod: a module named sch_cbq already exists insmod: cls__u32: no module by that name found but i use 2.4... and i just feel your classifier cannot work anymore...