[EMAIL PROTECTED] wrote:
> root@Delta:~# tc filter add dev ppp0 parent 1:1 flowid 1:5 protocol ip
> Unknown filter "flowid", hence option "1:5" is unparsable
> 
> root@Delta:~# tc filter add dev ppp0 parent 1:1 classid 1:5 protocol ip
> Unknown filter "classid", hence option "1:5" is unparsable
> 
> 
> I don't understand why it does not work. Can anybody explain me this problem?
> 

Christoph,

   it seems that you haven't created classes and queue disciplines. 
Classes are used to divide the available bandwidth of a device.  Queue 
disciplines are algorithms that decide which packet to send first in a 
given class.  Filters are used to identify which packets belong to a 
given class.

Regards,

Stephane.

_______________________________________________
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

Reply via email to