Re: [PATCH] ipset: Backports for the nla_put_net64() API changes

2016-07-01 Thread Jozsef Kadlecsik
On Fri, 1 Jul 2016, Pablo Neira Ayuso wrote: > On Fri, Jun 24, 2016 at 05:55:09AM +0700, Neutron Soutmun wrote: > > On Fri, Jun 24, 2016 at 1:04 AM, Pablo Neira Ayuso > > wrote: > > > What is exactly the compilation error you get? > > > > === 8< === > > /usr/src/linux-headers-4.7.0-rc4-common/i

Re: [PATCH] ipset: Backports for the nla_put_net64() API changes

2016-07-01 Thread Pablo Neira Ayuso
On Fri, Jun 24, 2016 at 05:55:09AM +0700, Neutron Soutmun wrote: > On Fri, Jun 24, 2016 at 1:04 AM, Pablo Neira Ayuso > wrote: > > What is exactly the compilation error you get? > > === 8< === > /usr/src/linux-headers-4.7.0-rc4-common/include/net/netlink.h:883:59: > note: declared here > static

Re: [PATCH] ipset: Backports for the nla_put_net64() API changes

2016-06-28 Thread Jozsef Kadlecsik
On Thu, 23 Jun 2016, Neutron Soutmun wrote: > * Backports the patch "libnl: nla_put_net64():align on a 64-bit area" [1] > by Nicolas Dichtel > > * Since the nla_put_net64() API has been changed, therefore, the > ip_set_compat.h.in should provides the macro IPSET_NLA_PUT_NET64 that > point

Re: [PATCH] ipset: Backports for the nla_put_net64() API changes

2016-06-23 Thread Neutron Soutmun
On Fri, Jun 24, 2016 at 1:04 AM, Pablo Neira Ayuso wrote: > On Thu, Jun 23, 2016 at 06:41:45PM +0700, Neutron Soutmun wrote: >> On Thu, Jun 23, 2016 at 5:37 PM, Pablo Neira Ayuso >> wrote: >> > On Thu, Jun 23, 2016 at 05:22:11PM +0700, Neutron Soutmun wrote: >> >> * Backports the patch "libnl: n

Re: [PATCH] ipset: Backports for the nla_put_net64() API changes

2016-06-23 Thread Pablo Neira Ayuso
On Thu, Jun 23, 2016 at 06:41:45PM +0700, Neutron Soutmun wrote: > On Thu, Jun 23, 2016 at 5:37 PM, Pablo Neira Ayuso > wrote: > > On Thu, Jun 23, 2016 at 05:22:11PM +0700, Neutron Soutmun wrote: > >> * Backports the patch "libnl: nla_put_net64():align on a 64-bit area" [1] > >> by Nicolas Dich

Re: [PATCH] ipset: Backports for the nla_put_net64() API changes

2016-06-23 Thread Neutron Soutmun
On Thu, Jun 23, 2016 at 5:37 PM, Pablo Neira Ayuso wrote: > On Thu, Jun 23, 2016 at 05:22:11PM +0700, Neutron Soutmun wrote: >> * Backports the patch "libnl: nla_put_net64():align on a 64-bit area" [1] >> by Nicolas Dichtel >> >> * Since the nla_put_net64() API has been changed, therefore, the

Re: [PATCH] ipset: Backports for the nla_put_net64() API changes

2016-06-23 Thread Pablo Neira Ayuso
On Thu, Jun 23, 2016 at 05:22:11PM +0700, Neutron Soutmun wrote: > * Backports the patch "libnl: nla_put_net64():align on a 64-bit area" [1] > by Nicolas Dichtel > > * Since the nla_put_net64() API has been changed, therefore, the > ip_set_compat.h.in should provides the macro IPSET_NLA_PUT_N

[PATCH] ipset: Backports for the nla_put_net64() API changes

2016-06-23 Thread Neutron Soutmun
* Backports the patch "libnl: nla_put_net64():align on a 64-bit area" [1] by Nicolas Dichtel * Since the nla_put_net64() API has been changed, therefore, the ip_set_compat.h.in should provides the macro IPSET_NLA_PUT_NET64 that point to the nla_put_net64() with appropriate number of argumen