From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [iptables (nft-compat) PATCH 3/8] xtables: Handle family is not related to Netlink family Date: Tue, 11 Feb 2014 12:23:11 +0100 Message-ID: <20140211112311.GA5011@localhost> References: <1392115608-6733-1-git-send-email-tomasz.bursztyka@linux.intel.com> <1392115608-6733-4-git-send-email-tomasz.bursztyka@linux.intel.com> <20140211110242.GB4299@localhost> <52FA05CD.2060008@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]:37955 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750767AbaBKLXV (ORCPT ); Tue, 11 Feb 2014 06:23:21 -0500 Content-Disposition: inline In-Reply-To: <52FA05CD.2060008@linux.intel.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, Feb 11, 2014 at 01:13:17PM +0200, Tomasz Bursztyka wrote: > >>AF_INET vs NFPROTO_IPV4 > >>AF_INET6 vs NFPROTO_IPV6 > >I think we should stick to NFPROTO_* > > > >I can see many references to AF_ in the compat layer, you can send me > >a patch to rename all those instead. > > Actually we have always used AF_* > I will do the change Beware that there is no AF_ARP, that's why we have NFPROTO_ARP and also the new NFPROTO_INET for mixed ipv4/ipv6 tables in nft.