From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephane Ouellette Date: Wed, 16 Oct 2002 17:28:14 +0000 Subject: Re: [LARTC] flowid - classid ? Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org christoph-kling@uni.de 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 / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/