On Thu, May 05, 2016 at 04:35:43PM +0200, Florian Westphal wrote:
> Pablo Neira Ayuso <[email protected]> wrote:
> > OK, then I'm going to simplify this to make it look like:
> > 
> > +#ifdef CONFIG_NF_CONNTRACK_LABELS
> > +       case NFT_CT_LABELS:
> > +               nf_connlabels_replace(ct,
> > +                                     &regs->data[priv->sreg],
> > +                                     &regs->data[priv->sreg],
> > +                                     NF_CT_LABELS_MAX_SIZE / sizeof(u32));
> > +               break;
> > +#endif
> 
> I'm OK with this.

OK, pushed it out. Thanks for reviewing.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to