Re: [PATCH 1/2 libnftnl] set: Add new attribute into 'set' to store user data

2016-07-01 Thread Pablo Neira Ayuso
On Mon, Jun 27, 2016 at 07:05:22PM +0200, Carlos Falgueras García wrote: > The new structure 'user' holds a pointer to user data and its length. The > kernel must have the flag NFTA_SET_USERDATA to support this feature. Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe

[PATCH 1/2 libnftnl] set: Add new attribute into 'set' to store user data

2016-06-27 Thread Carlos Falgueras García
The new structure 'user' holds a pointer to user data and its length. The kernel must have the flag NFTA_SET_USERDATA to support this feature. Signed-off-by: Carlos Falgueras García --- include/libnftnl/set.h | 1 + include/set.h | 4 src/set.c