On Sun, Jun 15, 2025 at 12:00:14PM +0200, Pablo Neira Ayuso wrote: > Hi, > > This batch contains several assorted updates and fixes: > > 1) Skip lookup for mistyped names if handle is used. > 2) Assert of non-nul name when {table,chain,obj,flowtable}_cache_find() > is used to catch for bugs when handle is used. > 3) Consolidate repetitive cache name hash. > 4) Restrict reset command to use name only because NFT_MSG_GETSET and > NFT_MSG_GETSETELEM is missing lookup by handle in the kernel. > 5) Allow to delete a map with handle, for consistency with the existing > command to delete a set. Pushed out.