From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [iptables-nftables PATCH 2/3] libxtables: Port libarptc mangle target into libxtables Date: Thu, 3 Oct 2013 12:32:29 +0200 Message-ID: <20131003103229.GB15413@localhost> References: <1380793977-9730-1-git-send-email-tomasz.bursztyka@linux.intel.com> <1380793977-9730-3-git-send-email-tomasz.bursztyka@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Tomasz Bursztyka Return-path: Received: from mail.us.es ([193.147.175.20]:43886 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753791Ab3JCKcy (ORCPT ); Thu, 3 Oct 2013 06:32:54 -0400 Content-Disposition: inline In-Reply-To: <1380793977-9730-3-git-send-email-tomasz.bursztyka@linux.intel.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Thu, Oct 03, 2013 at 12:52:56PM +0300, Tomasz Bursztyka wrote: > Refactoring original code so functions fits with xtables_target > structure. Also applied, thanks.