On Wed, Sep 09, 2015 at 05:29:24PM +0200, Florian Westphal wrote: > I can reproduce it, but with slight tweak. > > flush ruleset > table inet filter { > chain test0 { > } > chain test { > oif vmap { > eth0 : jump test0, > } > } > } > > (load it with nft -f ) > > Then edit file to add 2nd chain: > flush ruleset > table inet filter { > chain test0 { > } > chain test1 { > } > chain test { > oif vmap { > eth0 : jump test0, > lo: jump test1, > } > } > } > > load it. poof.. Thanks, I can now reproduce this. This is related to the cache consolidation, will look at this asap. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html