From: gypsy <gypsy@iswest.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Is it possible to throw all not matched traffic
Date: Mon, 13 Jun 2005 05:43:22 +0000 [thread overview]
Message-ID: <42AD1CFA.3DE9E728@iswest.com> (raw)
In-Reply-To: <42ACA626.2060505@tlen.pl>
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
prev parent reply other threads:[~2005-06-13 5:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-12 21:16 [LARTC] Is it possible to throw all not matched traffic to selected Konrad
2005-06-12 22:01 ` [LARTC] Is it possible to throw all not matched traffic to Konrad
2005-06-13 4:13 ` [LARTC] Is it possible to throw all not matched traffic Andreas Unterkircher
2005-06-13 5:43 ` gypsy [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42AD1CFA.3DE9E728@iswest.com \
--to=gypsy@iswest.com \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.