On Sat, Jul 06, 2013 at 03:07:15PM +1000, Scott Baillie wrote: > It just makes it a little bit harder to parse the output , because > both tools should produce the same output > wherever possible in my opinion. Agreed. Patch follows which makes the two tools consistent, however they will now both not quote the prefix if only one word is present. libipt_LOG is using the xtables_save_string func, which escapes unsafe characters as needed. libip6t_LOG should do the same. Phil Signed-off-by: Phil Oester