On 6 November 2016 at 07:40, Liping Zhang <zlpnobody@xxxxxxx> wrote: > From: Liping Zhang <zlpnobody@xxxxxxxxx> > > Dalegaard says: > The following ruleset, when loaded with 'nft -f bad.txt' > ----snip---- > flush ruleset > table ip inlinenat { > map sourcemap { > type ipv4_addr : verdict; > } > > chain postrouting { > ip saddr vmap @sourcemap accept > } > } > add chain inlinenat test > add element inlinenat sourcemap { 100.123.10.2 : jump test } > ----snip---- Perhaps it would be good to have this simple testcase in the nft shell testsuite so we avoid future regressions. -- 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