]> git.ipfire.org Git - thirdparty/nftables.git/commit
cache: missing family in cache filtering
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 9 Nov 2021 11:15:44 +0000 (12:15 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 11 Nov 2021 09:55:29 +0000 (10:55 +0100)
commitb3ed8fd8c9f33230fa819a3ae500cd1a99025038
treed2b1c1a9b7ba2c22f59d7406904a08fc4afebb38
parentdffc0e109ed4780c6d79c52fb5be8cda2d63fc6b
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 <pablo@netfilter.org>
include/cache.h
src/cache.c