On Tue, Jul 26, 2016 at 06:45:24PM +0200, Pablo M. Bermudo Garay wrote: > Some translations included escaped quotes when they were called from > nft: > > $ sudo nft list ruleset > table ip mangle { > chain FORWARD { > type filter hook forward priority -150; policy accept; > ct helper \"ftp\" counter packets 0 bytes 0 > ^^ ^^ > } > } > > This behavior is only correct when xlate functions are called from a > xtables-translate command. This patch solves that issue using a new > parameter (escape_quotes) in the xlate functions. Applied, thanks Pablo. -- 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