On Thu, Oct 31, 2024 at 10:56:45PM +0100, Florian Westphal wrote: > Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > > > This targets nf-next because these are long-standing issues. > > > > This series breaks inner matching, I can see tests/shell reports: > > > > I: conf: NFT_TEST_HAVE_inner_matching=n > > Uh, didn't i fix this in v2? V1 had a bug in patch 6: > > + if (!type->inner_ops || type->owner) { > + err = -EOPNOTSUPP; > > > V1 had !type->owner, which causes feature probe to fail and the test to > skip (it skips builtin instead of module...). > > I re-tested, I get: > I: conf: NFT_TEST_HAVE_inner_matching=y Thanks for your quick reply. Let me retry again, perhaps I took the wrong batch from patchwork. I will keep you posted.