On 28 June 2016 at 21:58, <rodanber@xxxxxxxxx> wrote: > diff --git a/extensions/libxt_ecn.c b/extensions/libxt_ecn.c > index 286782a..8e0c35b 100644 > --- a/extensions/libxt_ecn.c > +++ b/extensions/libxt_ecn.c > @@ -118,6 +118,50 @@ static void ecn_save(const void *ip, const struct xt_entry_match *match) > } > } > > +static int ecn_xlate(const void *ip, const struct xt_entry_match *match, > + struct xt_xlate *xl, int numeric) > +{ > + const struct xt_ecn_info *einfo = > + (const struct xt_ecn_info *)match->data; > + > + if (einfo->operation & XT_ECN_OP_MATCH_IP) { You could also do an early return here, given the case of this if () failing we have nothing to translate. -- Arturo Borrero González -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html