From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamal Hadi Salim Subject: Re: [PATCH] pkt_sched: act_xt support new Xtables interface Date: Fri, 21 Dec 2012 08:03:33 -0500 Message-ID: <50D45E25.7050703@mojatatu.com> References: <50C4821D.5090206@gmail.com> <50C9B4BB.9060609@mojatatu.com> <50CCE961.5050204@mojatatu.com> <50CDFB6A.3090806@mojatatu.com> <50CE1A04.1000405@mojatatu.com> <50CE3203.9080007@mojatatu.com> <50CF1071.1050405@mojatatu.com> <50D06177.2090905@mojatatu.com> <50D1A8A7.1090002@mojatatu.com> <50D1AB7E.5060000@mojatatu.com> <50D2D229.6040802@gmail.com> <50D305FD.7000901@mojatatu.com> <50D327CD.3050904@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Hasan Chowdhury , Stephen Hemminger , Jan Engelhardt , "netdev@vger.kernel.org" , pablo@netfilter.org, netfilter-devel@vger.kernel.org To: Yury Stankevich Return-path: Received: from mail-ie0-f182.google.com ([209.85.223.182]:38741 "EHLO mail-ie0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750752Ab2LUNDg (ORCPT ); Fri, 21 Dec 2012 08:03:36 -0500 Received: by mail-ie0-f182.google.com with SMTP id s9so6241918iec.27 for ; Fri, 21 Dec 2012 05:03:36 -0800 (PST) In-Reply-To: <50D327CD.3050904@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On 12-12-20 09:59 AM, Yury Stankevich wrote: > interesting, > > #tc -s filter show dev usb0 parent ffff: Given you are adding this on ingress - the settings you have will happen before pre-routing hook. If you did things at egress - the setting will take effect after post-routing. So take a closer look at those details they look like your source of issues.. cheers, jamal