On Tue, Sep 02, 2025 at 12:57:55PM +0200, Phil Sutter wrote: > On Fri, Aug 29, 2025 at 04:25:08PM +0200, Phil Sutter wrote: > > The reported problem of object deletion notifications with bogus data is > > resolved in patch four. It seems only object notifications were > > affected. Patch 6 extends test suite coverage for tables and chains a > > bit. > > > > Patch one is an unrelated trivial fix, patches two and three cover for > > oddities noticed while working on the actual problem. > > > > Phil Sutter (5): > > tools: gitignore nftables.service file > > monitor: Quote device names in chain declarations, too > > Applied these two unrelated trivial fixes. > > > mnl: Allow for updating devices on existing inet ingress hook chains > > monitor: Inform JSON printer when reporting an object delete event > > tests: monitor: Extend testcases a bit Applied the remaining three patches as well after: * Adding the proposed minimal chain_del_evaluate() to the first one * Adding a Fixes: tag to the second one