Re: [PATCH libnftnl v4 1/3] src: add ct timeout support

2018-08-07 Thread Pablo Neira Ayuso
Hi Harsha, On Sun, Aug 05, 2018 at 02:49:22PM +0530, Harsha Sharma wrote: [...] > diff --git a/include/libnftnl/cttimeout.h b/include/libnftnl/cttimeout.h > new file mode 100644 > index 000..6f0ef75 > --- /dev/null > +++ b/include/libnftnl/cttimeout.h > @@ -0,0 +1,39 @@ > +#ifndef _LIBNETFILTE

[PATCH libnftnl v4 1/3] src: add ct timeout support

2018-08-05 Thread Harsha Sharma
Add support for ct timeout objects, used to assign connection tracking timeout policies. Signed-off-by: Harsha Sharma --- Changes in v4: - updated include/linux/netfilter/nf_tables.h Changes in v3: - minor changes updated with nft patch Changes in v2: - minor changes include/libnftnl/Makefil