netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [HEADS UP] libnftables renamed to libnftnl
@ 2014-01-20 12:19 Pablo Neira Ayuso
  2014-01-20 13:50 ` Tomasz Bursztyka
  2014-01-20 13:52 ` Tomasz Bursztyka
  0 siblings, 2 replies; 6+ messages in thread
From: Pablo Neira Ayuso @ 2014-01-20 12:19 UTC (permalink / raw)
  To: netfilter-devel, netfilter

Hi,

We have renamed libnftables to libnfnl to reserve this name for the
higher layer library API.

Please, update your git/.config files to point to the new repository.
Thanks.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [HEADS UP] libnftables renamed to libnftnl
  2014-01-20 12:19 [HEADS UP] libnftables renamed to libnftnl Pablo Neira Ayuso
@ 2014-01-20 13:50 ` Tomasz Bursztyka
  2014-01-20 13:52   ` Patrick McHardy
  2014-01-20 13:52 ` Tomasz Bursztyka
  1 sibling, 1 reply; 6+ messages in thread
From: Tomasz Bursztyka @ 2014-01-20 13:50 UTC (permalink / raw)
  To: Pablo Neira Ayuso, netfilter-devel, netfilter

Hi Pablo,

Thus we have to adapt iptables to look for libnfnl headers instead of 
libnftables?
(and nftables too btw).

Tomasz

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [HEADS UP] libnftables renamed to libnftnl
  2014-01-20 12:19 [HEADS UP] libnftables renamed to libnftnl Pablo Neira Ayuso
  2014-01-20 13:50 ` Tomasz Bursztyka
@ 2014-01-20 13:52 ` Tomasz Bursztyka
  1 sibling, 0 replies; 6+ messages in thread
From: Tomasz Bursztyka @ 2014-01-20 13:52 UTC (permalink / raw)
  To: Pablo Neira Ayuso, netfilter-devel, netfilter

Small typo:

> We have renamed libnftables to libnfnl to reserve this name for the
> higher layer library API.

Lack of 't', it's libnftnl as seen on git.netfilter.org


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [HEADS UP] libnftables renamed to libnftnl
  2014-01-20 13:50 ` Tomasz Bursztyka
@ 2014-01-20 13:52   ` Patrick McHardy
  2014-01-20 14:06     ` Pablo Neira Ayuso
  2014-01-20 14:11     ` Tomasz Bursztyka
  0 siblings, 2 replies; 6+ messages in thread
From: Patrick McHardy @ 2014-01-20 13:52 UTC (permalink / raw)
  To: Tomasz Bursztyka; +Cc: Pablo Neira Ayuso, netfilter-devel, netfilter

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]))


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [HEADS UP] libnftables renamed to libnftnl
  2014-01-20 13:52   ` Patrick McHardy
@ 2014-01-20 14:06     ` Pablo Neira Ayuso
  2014-01-20 14:11     ` Tomasz Bursztyka
  1 sibling, 0 replies; 6+ messages in thread
From: Pablo Neira Ayuso @ 2014-01-20 14:06 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: Tomasz Bursztyka, netfilter-devel, netfilter

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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [HEADS UP] libnftables renamed to libnftnl
  2014-01-20 13:52   ` Patrick McHardy
  2014-01-20 14:06     ` Pablo Neira Ayuso
@ 2014-01-20 14:11     ` Tomasz Bursztyka
  1 sibling, 0 replies; 6+ messages in thread
From: Tomasz Bursztyka @ 2014-01-20 14:11 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: Pablo Neira Ayuso, netfilter-devel, netfilter

Hi Patrick,

>> (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]))
>
>

Since libnftnl provides a package-config file, it could use 
PKG_CHECK_MODULES(),
it would ease things in case of requesting a specific version.

Tomasz

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-01-20 14:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-20 12:19 [HEADS UP] libnftables renamed to libnftnl Pablo Neira Ayuso
2014-01-20 13:50 ` Tomasz Bursztyka
2014-01-20 13:52   ` Patrick McHardy
2014-01-20 14:06     ` Pablo Neira Ayuso
2014-01-20 14:11     ` Tomasz Bursztyka
2014-01-20 13:52 ` Tomasz Bursztyka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).