Comparators are not implemented. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@xxxxxxxxx> --- qa/test_api.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/test_api.c b/qa/test_api.c index 3742357..b96ecf7 100644 --- a/qa/test_api.c +++ b/qa/test_api.c @@ -178,6 +178,8 @@ static int test_nfct_cmp_api_single(struct nf_conntrack *ct1, /* FIXME: not implemented comparators: */ case ATTR_SNAT_IPV4: case ATTR_DNAT_IPV4: + case ATTR_SNAT_IPV6: + case ATTR_DNAT_IPV6: case ATTR_SNAT_PORT: case ATTR_DNAT_PORT: -- 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