Re: [PATCH iptables 2/2] xtables-translate-restore: do not escape quotes

2016-08-17 Thread Pablo Neira Ayuso
On Tue, Aug 16, 2016 at 07:44:33PM +0200, Pablo M. Bermudo Garay wrote: > If quotes are escaped, nft -f is unable to parse and load the translated > ruleset. > > Signed-off-by: Pablo M. Bermudo Garay > --- > iptables/xtables-translate.c | 11 +++ > 1 file changed, 11

[PATCH iptables 2/2] xtables-translate-restore: do not escape quotes

2016-08-16 Thread Pablo M. Bermudo Garay
If quotes are escaped, nft -f is unable to parse and load the translated ruleset. Signed-off-by: Pablo M. Bermudo Garay --- iptables/xtables-translate.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/iptables/xtables-translate.c