should always generate cmp op (its enum 0, 1 in kernel). Note: 'original,reply' will no longer work after this patch. Signed-off-by: Florian Westphal <fw@xxxxxxxxx> --- src/ct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ct.c b/src/ct.c index f893df9..79d4666 100644 --- a/src/ct.c +++ b/src/ct.c @@ -61,7 +61,7 @@ static const struct datatype ct_dir_type = { .desc = "conntrack direction", .byteorder = BYTEORDER_INVALID, .size = BITS_PER_BYTE, - .basetype = &bitmask_type, + .basetype = &integer_type, .sym_tbl = &ct_dir_tbl, }; -- 1.8.1.5 -- 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