From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [HEADS UP] libnftables renamed to libnftnl Date: Mon, 20 Jan 2014 15:06:58 +0100 Message-ID: <20140120140658.GA30049@localhost> References: <20140120121935.GA2794@localhost> <52DD2997.4040506@linux.intel.com> <20140120135250.GA5495@macbook.localnet> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20140120135250.GA5495@macbook.localnet> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Patrick McHardy Cc: Tomasz Bursztyka , netfilter-devel@vger.kernel.org, netfilter@vger.kernel.org On Mon, Jan 20, 2014 at 01:52:51PM +0000, Patrick McHardy wrote: > On Mon, Jan 20, 2014 at 03:50:15PM +0200, Tomasz Bursztyka wrote: > > Hi Pablo, > > > > Thus we have to adapt iptables to look for libnfnl headers instead > > of libnftables? > > (and nftables too btw). > > Crap, indeed, seems the change to configure.ac was not complete: > > AC_CHECK_LIB([nftables], [nft_rule_alloc], , > AC_MSG_ERROR([No suitable version of libnftnl found])) Going to push a patch for this.