Hello Pablo, I used you guidance on flags usage for separate counters reset. If no flags were specified we'll have old behaviour. I wanted to remove NFNL_MSG_ACCT_GET_CTRZERO and use combination of (NFACCT_F_RESET_COUNTERS | NFACCT_F_RESET_QUOTAS). But in this case I didn't find how to solve backward compatibility issue. You proposed to allocate memory for filter entity to use it with netlink_dump_control, but netlink_dump_start is synchronous all the way, and stack variable could be used there. But I could be wrong here and there is a use case where netlink_dump_control's callback is calling from another thread. Due nfnetlink_acct header was modified, I think I need to send additional patches for nfacct and libnetfilter_acct git reposotories. I saw such practice, nfnetlink_acct.h duplicates in these repositories. This patch was made for git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git repository, on top of 633594bb2d3890711a887897f2003f41735f0dfa commit. Do you need a patch for nfacct command line tool to support following behaviour: nfacct list reset [counter|quota] ? Alexey Perevalov (1): netfilter: nfnetlink_acct: use flag to reset counters include/uapi/linux/netfilter/nfnetlink_acct.h | 2 ++ net/netfilter/nfnetlink_acct.c | 30 ++++++++++++++++++++----- 2 files changed, 27 insertions(+), 5 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html