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