From: Catalin Bucur <cata@geniusnet.ro>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Re: u32 classifier
Date: Mon, 11 Jun 2007 15:30:21 +0000 [thread overview]
Message-ID: <466D6A8D.50105@geniusnet.ro> (raw)
In-Reply-To: <1181561439.5881.33.camel@benve-laptop>
Christian Benvenuti wrote:
> Do you mean to say that the handle of the root _qdisc_ is 11:0?
> (I could not find that configuration command in your email)
>
> Is the traffic that should match the filter going through the qdisc at all?
> (you can check the qdisc counters)
>
> If it is, then maybe there is another filter (with higher priority?)
> that catches the packets earlier. Can it be the case?
No, none of this was the cause. I think that was fw filter. I've changed
to u32 and everything works fine:
Before:
#tc filter add dev eth1 parent 11:0 protocol ip handle 1 fw classid 11:2
After:
#tc filter add dev eth1 parent 11:0 protocol ip prio 1 u32 match ip dst
192.168.10.0/24 match mark 1 0xffff flowid 11:2
Cheers,
--
Catalin Bucur mailto:cata@geniusnet.ro
NOC @ Genius Network SRL - Galati - Romania
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
prev parent reply other threads:[~2007-06-11 15:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-11 11:30 [LARTC] Re: u32 classifier Christian Benvenuti
2007-06-11 15:30 ` Catalin Bucur [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=466D6A8D.50105@geniusnet.ro \
--to=cata@geniusnet.ro \
--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.