On Tue, Sep 10, 2019 at 02:06:31PM +0200, Phil Sutter wrote: > Kernel defines NFCTH_TUPLE_L4PROTONUM as of type NLA_U8. When adding a > helper, NFCTH_ATTR_PROTO_L4NUM attribute is correctly set using > nfct_helper_attr_set_u8(), though when deleting > nfct_helper_attr_set_u32() was incorrectly used. Due to alignment, this > causes trouble only on Big Endian. > > Fixes: 5e8f64f46cb1d ("conntrackd: add cthelper infrastructure (+ example FTP helper)") > Signed-off-by: Phil Sutter <phil@xxxxxx> Acked-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>