From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oded Shaham Date: Thu, 19 Apr 2001 13:35:02 +0000 Subject: [LARTC] Directing traffic to prio qdisc bands Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Hi, I want to use the prio qdisc for prioritizing outgoing TCP SYNs over all other outgoing traffic. I have managed to attach a prio qdisc to the root of an Ethernet device, by: tc qdisc add dev eth0 root handle 1: prio Now I want to do 2 things: 1. create a filter to catch TCP SYNs, and attach it to band 0 (highest priority). 2. direct all other traffic to higher bands (1 or 2). I know how to define the appropriate filter with u32; there is a similar example in the LARTC HOWTO, for capturing ACKs. What I don't know is how to direct the traffic captured by a filter to a specific band. In the HOWTO I only see examples for attaching filters to CBQ classes. Can someone advise me on this one ? Best Regards, Oded Oded Shaham Flash Networks 16 Galgalei Haplada, Herzliya, Israel Tel: +972-9-9580666 ext. 215 Fax: +972-9-9564888 Cell phone: +972-5-4552009 Email: oded@flashnetworks.com _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/