Re: [PATCH 2/2 nft] set_elem: Use libnftnl/udata to store set element comment

2016-05-30 Thread Pablo Neira Ayuso
On Fri, May 27, 2016 at 04:56:55PM +0200, Carlos Falgueras García wrote: > The set element comment is stored in nftnl_set_elem->user.data using > libnftnl/udata infrastructure. This allows store multiple variable length > user data into set element. Applied, thanks. -- To unsubscribe from this

[PATCH 2/2 nft] set_elem: Use libnftnl/udata to store set element comment

2016-05-27 Thread Carlos Falgueras García
The set element comment is stored in nftnl_set_elem->user.data using libnftnl/udata infrastructure. This allows store multiple variable length user data into set element. Signed-off-by: Carlos Falgueras García --- src/netlink.c | 50