On Fri, Sep 27, 2019 at 02:27:34PM +0200, Phil Sutter wrote: > Rename and optimize internal function nftnl_set_lookup() for external > use. Just like with nftnl_chain_list, use a hash table for fast set name > lookups. > > Signed-off-by: Phil Sutter <p...@nwl.cc>
Acked-by: Pablo Neira Ayuso <pa...@netfilter.org> Probably you can add a hashtable implementation to src/hash.c under this library?