From b3ed8fd8c9f33230fa819a3ae500cd1a99025038 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 9 Nov 2021 12:15:44 +0100 Subject: cache: missing family in cache filtering Check family when filtering out listing of tables and sets. Fixes: 3f1d3912c3a6 ("cache: filter out tables that are not requested") Fixes: 635ee1cad8aa ("cache: filter out sets and maps that are not requested") Signed-off-by: Pablo Neira Ayuso --- include/cache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/cache.h b/include/cache.h index cdf1f4fb..120a1b8d 100644 --- a/include/cache.h +++ b/include/cache.h @@ -49,6 +49,7 @@ struct nft_filter_obj { struct nft_cache_filter { struct { + uint32_t family; const char *table; const char *set; } list; -- cgit v1.2.3