On 18.03, Pablo Neira Ayuso wrote: > On Wed, Mar 18, 2015 at 11:43:24AM +0100, Arturo Borrero Gonzalez wrote: > > Annoying extra space in rule indentation: > > > > Example before this patch: > > > > table ip6 test_table { > > chain test_chain { > > counter tcp dport { 22, 80, 443} accept # handle 1 > > ^ > > } > > } > > > > Example after this patch: > > > > table ip6 test_table { > > chain test_chain { > > counter tcp dport { 22, 80, 443} accept # handle 1 > > } > > } > > Applied, thanks. We now have misaligned output, f.i. type filter hook output priority 0; policy accept; ip daddr @test counter packets 14 bytes 1176 Arturo, please check the remaining print functions and adjust them accordingly. -- 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