Re: [PATCH 1/4 v3] libnftnl: Implement new buffer of TLV objects.

2016-03-08 Thread Pablo Neira Ayuso
On Tue, Mar 08, 2016 at 11:43:31AM +0100, Carlos Falgueras García wrote: > These functions allow to create a buffer (nftnl_udata_buf) of TLV objects > (nftnl_udata). It is inspired by libmnl/src/attr.c. It can be used to store > several variable length user data into an object. Please, resubmit a

[PATCH 1/4 v3] libnftnl: Implement new buffer of TLV objects.

2016-03-08 Thread Carlos Falgueras García
These functions allow to create a buffer (nftnl_udata_buf) of TLV objects (nftnl_udata). It is inspired by libmnl/src/attr.c. It can be used to store several variable length user data into an object. Example usage: ``` struct nftnl_udata_buf *buf; struct nftnl_udata *attr;

[PATCH 1/4 v3] libnftnl: Implement new buffer of TLV objects

2016-03-07 Thread Carlos Falgueras García
These functions allow to create a buffer (nftnl_udata_buf) of TLV objects (nftnl_udata). It is inspired by libmnl/src/attr.c. It can be used to store several variable length user data into an object. Example usage: ``` struct nftnl_udata_buf *buf; struct nftnl_udata *attr;