On Thu, Jan 12, 2023 at 05:23:42PM +0100, Phil Sutter wrote: > Reset rule counters and quotas in kernel, i.e. without having to reload > them. Requires respective kernel patch to support NFT_MSG_GETRULE_RESET > message type. Only thing to mention: This adds a new rule_cache_dump() call, this was consolidated on top of the cache infrastructure, to have a single spot in the code to fetch kernel objects via netlink. This triggers to netlink dumps, one to populate the cache and another for the reset, right? Apart from that, patch LGTM.