From mboxrd@z Thu Jan 1 00:00:00 1970 From: gypsy Date: Mon, 13 Jun 2005 05:43:22 +0000 Subject: Re: [LARTC] Is it possible to throw all not matched traffic Message-Id: <42AD1CFA.3DE9E728@iswest.com> List-Id: References: <42ACA626.2060505@tlen.pl> In-Reply-To: <42ACA626.2060505@tlen.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Konrad wrote: > > > What should I do to put all other traffic (not matched by my filters) to > > 3:3? > > OK. I solved the problem. > > I must use default here: tc qdisc add dev eth0 root handle 3:0 htb default 3 > > Is possible to do it using filters? Certainly! You add a filter that directs what you want into the correct flow, then you match everything else with a second filter, directing all that to a different (what is now your default) flow. See the INGRESS portion of the Wonder Shaper if you don't know how to match everything. Use prio to determine the selection order of the filters if necessary. "If necessary" means that filters seldom need different prio values. -- gypsy _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc