From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Bucur Date: Mon, 11 Jun 2007 15:30:21 +0000 Subject: Re: [LARTC] Re: u32 classifier Message-Id: <466D6A8D.50105@geniusnet.ro> List-Id: References: <1181561439.5881.33.camel@benve-laptop> In-Reply-To: <1181561439.5881.33.camel@benve-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org 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