Re: [PATCH nf-next v4] nft_osf: Add ttl option support

2018-10-11 Thread Pablo Neira Ayuso
On Wed, Oct 10, 2018 at 09:57:13AM +0200, Fernando Fernandez Mancera wrote: > Add ttl option support to the nftables "osf" expression. Applied, thanks. I have mangled the patch to: netfilter: nft_osf: usage from output path is not valid This never meant to work there actually, to make

[PATCH nf-next v4] nft_osf: Add ttl option support

2018-10-10 Thread Fernando Fernandez Mancera
Add ttl option support to the nftables "osf" expression. Signed-off-by: Fernando Fernandez Mancera --- v1:initial patch v2:v2: code correctness and fix the "~" typo. v3:make priv->ttl = ttl; optional and priv->ttl default value is now 0. v4:delete "if (ttl_check != -1)" branch ---