diff options
-rw-r--r-- | tests/nft-flowtable-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/nft-flowtable-test.c b/tests/nft-flowtable-test.c index 3edb00d..8ab8d4c 100644 --- a/tests/nft-flowtable-test.c +++ b/tests/nft-flowtable-test.c @@ -33,9 +33,11 @@ static void cmp_nftnl_flowtable(struct nftnl_flowtable *a, struct nftnl_flowtabl if (nftnl_flowtable_get_u32(a, NFTNL_FLOWTABLE_USE) != nftnl_flowtable_get_u32(b, NFTNL_FLOWTABLE_USE)) print_err("Flowtable use mismatches"); +#if 0 if (nftnl_flowtable_get_u32(a, NFTNL_FLOWTABLE_SIZE) != nftnl_flowtable_get_u32(b, NFTNL_FLOWTABLE_SIZE)) print_err("Flowtable size mismatches"); +#endif if (nftnl_flowtable_get_u32(a, NFTNL_FLOWTABLE_FLAGS) != nftnl_flowtable_get_u32(b, NFTNL_FLOWTABLE_FLAGS)) print_err("Flowtable flags mismatches"); |