]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft: cache: Fetch sets per table
authorPhil Sutter <phil@nwl.cc>
Mon, 6 Apr 2020 14:49:05 +0000 (16:49 +0200)
committerPhil Sutter <phil@nwl.cc>
Mon, 11 May 2020 12:28:28 +0000 (14:28 +0200)
commitaccaecdf5889911e6a1ca4737c6f6599a77afe24
tree49063b83b2c4669f60368b45fbc7057873ad096a
parent6957d381dfd085f7cd0b7844ca14899906a97c2a
nft: cache: Fetch sets per table

Kernel accepts a table name when dumping sets, so make use of that in
case a table was passed to fetch_set_cache() but no set name.

Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/nft-cache.c