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 <nicolas.dichtel@xxxxxxxxx> > > * 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 arguments. > > The build script should distinguish the API changes by detect for > the existence of nla_put_64bit() function in include/net/netlink.h. > This function was added in the same patches set and called by > the nla_put_be64() that called by nla_put_net64() respectively. What are you specifically fixing with this? The pad attribute just makes sure that, after accessing a 64-bit payload attribute, the follow up attribute still gets aligned to 64-bits. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html