On Mon, Jan 13, 2014 at 01:39:16PM +0100, Pablo Neira Ayuso wrote: > % nft list table filter > table ip filter { > ... > chain output { > ... > ip saddr map { 1.1.1.1 => accept} > } > } > > It displays 'map' instead of 'vmap'. Fix it by checking the mapping > type in map_expr_print(). The fix is fine of course, but even better would be to get rid of the vmap keyword IMO. IIRC it only exists because I couldn't manage to get a conflict free grammar together, but it would be worth another try. -- 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