Re: [nft PATCH v2 1/2] src: add flags fo nft_ctx_new

2017-09-04 Thread Pablo Neira Ayuso
On Mon, Sep 04, 2017 at 09:55:57AM +0200, Eric Leblond wrote: > By adding flags to nft_ctx_new, we will have a minimum capabilities > of changing the way the nft_ctx is created. > > For now, this patch uses a simple value that allow the user to specify > that he will handle netlink by himself.

[nft PATCH v2 1/2] src: add flags fo nft_ctx_new

2017-09-04 Thread Eric Leblond
By adding flags to nft_ctx_new, we will have a minimum capabilities of changing the way the nft_ctx is created. For now, this patch uses a simple value that allow the user to specify that he will handle netlink by himself. Signed-off-by: Eric Leblond --- include/nftables.h | 3