Re: [PATCH] iptables: extensions: libxt_CONNMARK: Add translation to nft

2016-06-22 Thread Pablo Neira Ayuso
Applied with minor glitches. On Fri, Jun 17, 2016 at 06:10:50PM +0200, rodan...@gmail.com wrote: > +static int > +connmark_tg_xlate(const void *ip, const struct xt_entry_target *target, > + struct xt_xlate *xl, int numeric) > +{ > + const struct xt_connmark_tginfo1 *info = (const

Re: [PATCH] iptables: extensions: libxt_CONNMARK: Add translation to nft

2016-06-18 Thread Arturo Borrero Gonzalez
On 17 June 2016 at 18:10, wrote: > From: Roberto García > > Add translation for the CONNMARK target to nftables. > > The following options have no available translation: > > --save-mark [--nfmask nfmask] [--ctmask ctmask] > --restore-mark [--nfmask nfmask] [--ctmask ctmask] > > Examples: > >

[PATCH] iptables: extensions: libxt_CONNMARK: Add translation to nft

2016-06-17 Thread rodanber
From: Roberto García Add translation for the CONNMARK target to nftables. The following options have no available translation: --save-mark [--nfmask nfmask] [--ctmask ctmask] --restore-mark [--nfmask nfmask] [--ctmask ctmask] Examples: # iptables-translate -t mangle -A PREROUTING -j CON