]> git.ipfire.org Git - thirdparty/nftables.git/commit
monitor: Recognize flowtable add/del events
authorPhil Sutter <phil@nwl.cc>
Wed, 15 May 2024 14:01:20 +0000 (16:01 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 13 Aug 2025 17:54:46 +0000 (19:54 +0200)
commitf7942bcc0e9733286be32fcf9a76e6cdf431d68a
tree03d0c70f125eff6b8e95143aacdf6b25bb429651
parent886d553461d17861684a9af7618a680f0ba9edd1
monitor: Recognize flowtable add/del events

commit 73a8adfc2432ec8337288cc90e7c9f4509139846 upstream.

These were entirely ignored before, add the necessary code analogous to
e.g. objects.

Signed-off-by: Phil Sutter <phil@nwl.cc>
include/json.h
include/netlink.h
include/rule.h
src/json.c
src/monitor.c
src/parser_json.c
src/rule.c
tests/monitor/testcases/flowtable-simple.t [new file with mode: 0644]