From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael P. Soulier" Date: Tue, 24 Aug 2004 18:02:25 +0000 Subject: [LARTC] problems with tc Message-Id: <20040824180225.GG18713@e-smith.com> 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 People, I'm trying to set up the tc filters for a PRIO queue. I'm basing it off of marked traffic via iptables. For example, I've marked two classes of traffic with ids "2" and "4", and now I'm filtering those to bands 1 and 2. tc filter add dev eth0 parent 1: prio 0 protocol ip \ handle 2 fw flowid 10:1 tc filter add dev eth0 parent 1: prio 1 protocol ip \ handle 4 fw flowid 10:2 This works fine, but now I'd like to add a "catch all" rule to send everything else to band 10:3. According to the Advanced Routing HOWTO, this should work: tc filter add dev eth0 parent 1: prio 2 flowid 10:3 But, it doesn't... Unknown filter "flowid", hence option "10:3" is unparsable Also, after adding in ingress queue, I can't seem to remove it. tc qdisc del dev eth0 ingress I get: RTNETLINK answers: Invalid argument This is on an updated RedHat 7.3 box. [root@sme61a2-1 root]# uname -a Linux sme61a2-1 2.4.20-18.7 #1 Thu May 29 08:32:50 EDT 2003 i686 unknown [root@sme61a2-1 root]# rpm -q iproute iproute-2.4.7-7.80.1 Any help appreciated. Mike -- Michael P. Soulier , 613-592-2122 x2522 6000/6010/60* Development, Mitel Networks Corporation "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student's Guide to Unix _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/