Hi Giuseppe,
case NFT_GOTO: - ops = nft_family_ops_lookup(family); - ops->parse_immediate(cs); + nft_goto = true; + break;
You added a bogus "break" here: it should fall to NFT_JUMP to set the chain as the jumpto.
That's the bug Pablo has found. Tomasz -- 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