From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stef Coene Date: Thu, 21 Nov 2002 20:38:18 +0000 Subject: Re: [LARTC] Problem with flowid filter example from howto 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 On Thursday 21 November 2002 21:02, Andrew D wrote: > For simplicity, I tried this: > > tc qdisc add dev eth0 root handle 1: prio > tc qdisc add dev eth0 parent 1:1 handle 10: sfq perturb 10 > tc qdisc add dev eth0 parent 1:2 handle 20: sfq perturb 10 > tc qdisc add dev eth0 parent 1:3 handle 30: sfq perturb 10 > > tc filter add dev eth0 protocol ip parent 1: prio 2 flowid 1:1 > > The last line prints: > Unknown filter "flowid", hence option "1:1" is unparsable > > I'm pretty sure that last line is almost exactly what is printed > in the howto, translated for what I want. Did I need to add > something else first? If this is not the right syntax, how do I > make all traffic (for now) go to a specific flow? Try tc filter add dev eth0 protocol ip parent 1: src 0/0 prio 2 flowid 1:1 Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.oftc.net _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/