Re: [PATCH] iptables-translate: Moving printing of nft to individual commands.

2016-03-31 Thread Pablo Neira Ayuso
On Thu, Mar 31, 2016 at 03:56:55PM +0530, Guruswamy Basavaiah wrote: > Moving printing of "nft" to individual commands. > > At present the "nft" is not printed, if iptables command is translated into > multiple commads. > > Before this patch: > sudo ./iptables-translate -A INPUT --source

[PATCH] iptables-translate: Moving printing of nft to individual commands.

2016-03-31 Thread Guruswamy Basavaiah
Moving printing of "nft" to individual commands. At present the "nft" is not printed, if iptables command is translated into multiple commads. Before this patch: sudo ./iptables-translate -A INPUT --source "40.0.0.1, 30.0.0.1" --dest "20.0.0.1, 60.0.0.1" -j ACCEPT nft add rule ip filter INPUT

Re: [PATCH] ulogd: fix cross compilation errors with mysql_config

2016-03-31 Thread Eric Leblond
Hello Helmut, On Fri, 2016-03-18 at 15:43 +0100, Helmut Schaa wrote: > When cross-compiling ulogd, mysql_config and pg_config will return > build host > configuration not build target configuration. This leads to build > failures > if mysql_config is installed on the host system but mysql is not