On Fri, Sep 09, 2016 at 02:43:14PM +0200, Florian Westphal wrote: > ether daddr set 00:03:2d:2b:74:ec is listed as: > ether daddr set ec:74:2b:2d:03:00 > > (it was fine without 'set' keyword). Reason is that > ether address was listed as being HOST endian. > > The payload expression (unlike statement) path contains > a few conversion call sites for this, i.e.: > > if (tmp->byteorder == BYTEORDER_HOST_ENDIAN) > mpz_switch_byteorder(tmp->value, tmp->len / BITS_PER_BYTE); > > ... it might make sense to remove those in a followup patch. > > Reported-by: Laura Garcia Liebana <nevola@xxxxxxxxx> > Signed-off-by: Florian Westphal <fw@xxxxxxxxx> Acked-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> -- 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