summaryrefslogtreecommitdiffstats
path: root/qa
diff options
context:
space:
mode:
Diffstat (limited to 'qa')
-rw-r--r--qa/test_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/test_api.c b/qa/test_api.c
index fe1cb78..3742357 100644
--- a/qa/test_api.c
+++ b/qa/test_api.c
@@ -385,6 +385,8 @@ static void test_nfct_cmp_api(struct nf_conntrack *ct1, struct nf_conntrack *ct2
printf("== test cmp API ==\n");
test_nfct_cmp_attr(ATTR_ZONE);
+ test_nfct_cmp_attr(ATTR_ORIG_ZONE);
+ test_nfct_cmp_attr(ATTR_REPL_ZONE);
test_nfct_cmp_attr(ATTR_MARK);
assert(nfct_cmp(ct1, ct2, NFCT_CMP_ALL) == 1);