From: Kabelweb <office@kabelweb.at>
To: lartc@vger.kernel.org
Subject: [LARTC] Most general filter rule?
Date: Wed, 14 Apr 2004 09:04:06 +0000 [thread overview]
Message-ID: <200404141104.09337.office@kabelweb.at> (raw)
Hello!
I recently noticed that the default class of my htb setup gets too much
traffic (the setup otherwise runs fine for about 2 years now). Therefore I
tried to track this traffic down and attached filter rules to the end of my
filter chain which would IMHO match all the traffic which could possibly
occur. The most general I could come up with is:
tc filter add dev eth2 pref 300 protocol all parent 1: u32 match ip dst
0.0.0.0/0 flowid 1:5000
And still - the default class gets allmost the same amount of traffic as
before (except for a few bps which seemed to slip through all my other
filters based on src/dst ip but got matched by the filter above).
Is there anything I'm missing? (probably :o)
Can anyone tell me why the above filter does not match _all_ my traffic not
matched by my other (lower pref) filters and why the default class still runs
at many kbps?
Thank you for your help!
Andreas
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next reply other threads:[~2004-04-14 9:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-14 9:04 Kabelweb [this message]
2004-04-15 9:22 ` [LARTC] Most general filter rule? Kabelweb
2004-04-15 9:40 ` Catalin BOIE
2004-04-15 10:20 ` Kabelweb
2004-04-16 21:57 ` Kabelweb
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=200404141104.09337.office@kabelweb.at \
--to=office@kabelweb.at \
--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.