From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamal Hadi Salim Subject: Re: tc ipt action Date: Mon, 17 Dec 2012 07:58:38 -0500 Message-ID: <50CF16FE.5040300@mojatatu.com> References: <50C4821D.5090206@gmail.com> <50C9B4BB.9060609@mojatatu.com> <50CCE961.5050204@mojatatu.com> <20121216002755.GA11773@1984> <50CDA5BE.2080800@mojatatu.com> <50CE0921.7060306@mojatatu.com> <50CE307E.40304@mojatatu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Pablo Neira Ayuso , Yury Stankevich , shemonc@gmail.com, "netdev@vger.kernel.org" , netfilter-devel@vger.kernel.org To: Jan Engelhardt Return-path: In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 12-12-16 04:21 PM, Jan Engelhardt wrote: > If you have a preexisting clone of any linux tree, you can utilize > `git remote add ...` to only grab the deltas. It downloaded eventually. So looking at this quickly, basic question: is xtables2 different API wise from what we do today in act_ipt? Second: Are chain names unique system wide? i.e at the moment we send a hook and table selection? The patch i have currently for the kernel tries to pursue an approach that maximizes code reuse - depending on your answer I may go the approach of having a separate act_xt and hope you can build on top of that. cheers, jamal