]> 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)
committerPhil Sutter <phil@nwl.cc>
Wed, 6 Nov 2024 10:00:21 +0000 (11:00 +0100)
commit73a8adfc2432ec8337288cc90e7c9f4509139846
tree32716796633d8a0e1250cb15a169abc94dabacd7
parentc1c0c54e237c880adaa8172b93d7450e6c617cfc
monitor: Recognize flowtable add/del events

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]