From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Unterkircher Date: Fri, 22 Jul 2005 04:06:44 +0000 Subject: Re: [LARTC] tc filter matching anything Message-Id: <42E070D4.6040800@netshadow.at> List-Id: References: <20050722022736.GA21450@cocacolic.org> In-Reply-To: <20050722022736.GA21450@cocacolic.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org You can do a "match anything" with the usage of tc-filter: tc filter add dev eth0 parent 1:0 protocol all u32 match u32 0 0 flowid 1:1 Cheers, Andreas Fredrik Bredeli wrote: >Hey, > >I have a problem adding a filter matching anything, here is my setup: > >############### >tc qdisc add dev eth0 handle 1: root prio > >tc qdisc add dev eth0 parent 1:1 handle 10: pfifo >tc qdisc add dev eth0 parent 1:2 handle 20: tbf latency 50ms rate \ >128kbit burst 256kbit > >tc filter add dev eth0 protocol ip parent 1:0 prio 1 handle 666 fw \ >flowid 1:2 > >tc filter add dev eth0 protocol ip parent 1:0 prio 2 flowid 1:1 >##################### > >This is supposed to put all traffic marked by iptables in the tbf qdisc, >but the last line gives me this error: > >error: Unknown filter "flowid", hence option "1:1" is unparsable > >I'm running Linux 2.4.27-2-686 with iptables v1.2.11 on debian >sarge > >Does anyone know what is wrong, or have a better solution for my setup? > >Thank you. > >Fredrik Bredeli >_______________________________________________ >LARTC mailing list >LARTC@mailman.ds9a.nl >http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc > > _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc